Expand description
Object Lifecycle Manager — Policy-driven object lifecycle management
Provides TTL expiry, retention rules, and automated tier transitions for objects stored in IPFRS. Rules are evaluated in priority-descending order and produce lifecycle actions that are applied atomically to managed objects.
Structs§
- Managed
Object - An object tracked by the lifecycle manager.
- Object
Lifecycle Manager - Policy-driven object lifecycle manager.
- OlmLifecycle
Stats - Aggregate statistics for the lifecycle manager.
- OlmRetention
Rule - A named rule that governs when and how objects transition or expire.
Enums§
- Lifecycle
Error - Errors produced by
ObjectLifecycleManager. - OlmLifecycle
Action - An action produced by
ObjectLifecycleManager::apply_rules. - OlmLifecycle
State - The current lifecycle state of a managed object.