|
PACS System 0.1.0
PACS DICOM system library
|
Configuration for HSM storage. More...
#include <hsm_storage.h>

Public Attributes | |
| tier_policy | policy |
| Tier migration policy. | |
| bool | track_access_time {true} |
| Whether to track access times for migration decisions When true, retrieves update the last_accessed timestamp. | |
| bool | verify_after_migration {true} |
| Whether to verify data integrity after migration. | |
| bool | delete_after_migration {true} |
| Whether to remove source after successful migration When false, data is copied (not moved) between tiers. | |
Configuration for HSM storage.
Definition at line 32 of file hsm_storage.h.
| bool kcenon::pacs::storage::hsm_storage_config::delete_after_migration {true} |
Whether to remove source after successful migration When false, data is copied (not moved) between tiers.
Definition at line 45 of file hsm_storage.h.
| tier_policy kcenon::pacs::storage::hsm_storage_config::policy |
Tier migration policy.
Definition at line 34 of file hsm_storage.h.
Referenced by kcenon::pacs::storage::hsm_storage::get_tier_policy(), and kcenon::pacs::storage::hsm_storage::set_tier_policy().
| bool kcenon::pacs::storage::hsm_storage_config::track_access_time {true} |
Whether to track access times for migration decisions When true, retrieves update the last_accessed timestamp.
Definition at line 38 of file hsm_storage.h.
| bool kcenon::pacs::storage::hsm_storage_config::verify_after_migration {true} |
Whether to verify data integrity after migration.
Definition at line 41 of file hsm_storage.h.