Expand description
RFC-001 data lifecycle classification.
Every piece of application-managed data belongs to exactly one
DataClass. Cleanup operations must be expressed as a
CleanupPlan before execution (RFC-001 §14: “No cleanup operation
should run without first producing a CleanupPlan”). Ordinary (safe)
cleanup must never touch DataClass::PersistentCatalog.
Structs§
- Cleanup
Plan - A cleanup plan: produced first, executed second (RFC-001 §14).
Enums§
- Cleanup
Action - Cleanup actions exposed by the Storage view (RFC-001 §9, RFC-011).
- Data
Class - The five lifecycle classes of RFC-001 §14.
- Storage
Category - Storage accounting categories (RFC-001 §10, RFC-002 §7.12).