Expand description
DroppedCollection — row shape for _system.dropped_collections.
Returned by NodeDb::list_dropped_collections. Each row describes
one soft-deleted collection within its retention window (the
StoredCollection redb row is still present with is_active = false). Once the retention window elapses, the sweeper hard-deletes
the row and it disappears from this list.
Structs§
- Dropped
Collection - A soft-deleted collection awaiting either
UNDROPor retention-driven hard deletion.