Skip to main content

Module dropped_collection

Module dropped_collection 

Source
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§

DroppedCollection
A soft-deleted collection awaiting either UNDROP or retention-driven hard deletion.