Skip to main content

Module object_version_store

Module object_version_store 

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

ObjectVersionStore
Versioned object store with branch management and configurable GC.
OvsObjectVersion
A single version of an object in the store.
VersionBranch
A named branch pointing to a specific head version.
VersionStoreConfig
Configuration for an ObjectVersionStore.
VsStats
A point-in-time snapshot of store statistics.

Enums§

OvsGcPolicy
Determines which versions are eligible for garbage collection.
VersionQuery
Specifies how to select a version from the store.
VsError
Errors produced by ObjectVersionStore.