SortedTreeFileSnapshot Property

Gets the last committed read-only snapshot associated with this instance.

Definition

Namespace: SnapDB.Snap.Storage
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public ReadSnapshot Snapshot { get; }

Property Value

ReadSnapshot

Remarks

The Snapshot property provides access to the read-only snapshot of the associated data. This snapshot allows for querying and reading data but does not support write operations.

See Also