comparison OrthancServer/ServerEnumerations.h @ 3019:8336204d95dc db-changes

refactoring computation of disk size for recycling
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2018 18:07:40 +0100
parents e3b5c07146a3
children 53d583d2c775
comparison
equal deleted inserted replaced
3018:e3b5c07146a3 3019:8336204d95dc
91 { 91 {
92 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 92 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5
93 GlobalProperty_FlushSleep = 2, 93 GlobalProperty_FlushSleep = 2,
94 GlobalProperty_AnonymizationSequence = 3, 94 GlobalProperty_AnonymizationSequence = 3,
95 GlobalProperty_JobsRegistry = 5, 95 GlobalProperty_JobsRegistry = 5,
96 GlobalProperty_DatabaseTracksSizeOfAttachments = 6, // New in Orthanc 1.5.1 96 GlobalProperty_GetTotalSizeIsFast = 6, // New in Orthanc 1.5.2
97 GlobalProperty_Modalities = 20, // New in Orthanc 1.5.0 97 GlobalProperty_Modalities = 20, // New in Orthanc 1.5.0
98 GlobalProperty_Peers = 21, // New in Orthanc 1.5.0 98 GlobalProperty_Peers = 21, // New in Orthanc 1.5.0
99 99
100 // Reserved values for internal use by the database plugins 100 // Reserved values for internal use by the database plugins
101 GlobalProperty_DatabasePatchLevel = 4, 101 GlobalProperty_DatabasePatchLevel = 4,
102 GlobalProperty_DatabaseInternal0 = 10, 102 GlobalProperty_DatabaseInternal0 = 10,
103 GlobalProperty_DatabaseInternal1 = 11, 103 GlobalProperty_DatabaseInternal1 = 11,