ArchiveListSnapshotTKey, TValueTables Property

Gets the list of all partitions that are currently in use. Set partition to null to indicate that is is no longer needed. Set the entire array to null to release all partitions.

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public ArchiveTableSummary<TKey, TValue>?[]? Tables { get; set; }

Property Value

ArchiveTableSummaryTKey, TValue

See Also