Expand description
Versioned object store with full history, branching, and garbage collection.
Maintains the complete history of content-addressed objects and supports point-in-time retrieval, branch management, and configurable GC policies.
Structs§
- Object
Version Store - Versioned object store with branch management and configurable GC.
- OvsObject
Version - A single version of an object in the store.
- Version
Branch - A named branch pointing to a specific head version.
- Version
Store Config - Configuration for an
ObjectVersionStore. - VsStats
- A point-in-time snapshot of store statistics.
Enums§
- OvsGc
Policy - Determines which versions are eligible for garbage collection.
- Version
Query - Specifies how to select a version from the store.
- VsError
- Errors produced by
ObjectVersionStore.