ArchiveTableSummaryTKey, TValue Class

Contains an immutable class of the current table along with its most recent snapshot.

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public class ArchiveTableSummary<TKey, TValue>
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Inheritance
Object    ArchiveTableSummaryTKey, TValue

Type Parameters

TKey
The key type used in the sorted tree table.
TValue
The value type used in the sorted tree table.

Constructors

ArchiveTableSummaryTKey, TValue Creates a snapshot summary of a table.

Properties

ActiveSnapshotInfo Gets the most recent SortedTreeTableSnapshotInfoTKey, TValue of this class when it was created.
FileId Gets the ID for this file.
FirstKey Gets the first key contained in this partition.
IsEmpty Gets if this table is empty.
LastKey Gets the last key contained in this partition.
SortedTreeTable Gets the SortedTreeTableTKey, TValue that this class represents.

Methods

Contains Determines if this table might contain data for the keys provided.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also