SortedTreeTableSnapshotInfoTKey, TValueCreateReadSnapshot Method

Opens an instance of the archive file to allow for concurrent reading of a snapshot.

Definition

Namespace: SnapDB.Snap.Storage
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SortedTreeTableReadSnapshot<TKey, TValue> CreateReadSnapshot()

Return Value

SortedTreeTableReadSnapshotTKey, TValue
A new SortedTreeTableReadSnapshotTKey, TValue instance for reading data from the table.

See Also