comparison OrthancServer/ServerEnumerations.h @ 2774:5bdd19c85d9f

new reserved global properties
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Jul 2018 12:07:52 +0200
parents 46061a91c88a
children ce310baccda6
comparison
equal deleted inserted replaced
2773:bb63068844ae 2774:5bdd19c85d9f
75 { 75 {
76 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 76 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5
77 GlobalProperty_FlushSleep = 2, 77 GlobalProperty_FlushSleep = 2,
78 GlobalProperty_AnonymizationSequence = 3, 78 GlobalProperty_AnonymizationSequence = 3,
79 GlobalProperty_JobsRegistry = 5, 79 GlobalProperty_JobsRegistry = 5,
80 GlobalProperty_TotalCompressedSize = 6, // Reserved for Orthanc > 1.4.1
81 GlobalProperty_TotalUncompressedSize = 7, // Reserved for Orthanc > 1.4.1
80 82
81 // Reserved values for internal use by the database plugins 83 // Reserved values for internal use by the database plugins
82 GlobalProperty_DatabasePatchLevel = 4, 84 GlobalProperty_DatabasePatchLevel = 4,
83 GlobalProperty_DatabaseInternal0 = 10, 85 GlobalProperty_DatabaseInternal0 = 10,
84 GlobalProperty_DatabaseInternal1 = 11, 86 GlobalProperty_DatabaseInternal1 = 11,