public class ArchiveTableSummary<TKey, TValue>
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Public Class ArchiveTableSummary(Of TKey As {New, SnapTypeBase(Of TKey)}, TValue As {New, SnapTypeBase(Of TValue)})generic<typename TKey, typename TValue>
where TKey : gcnew(), SnapTypeBase<TKey>
where TValue : gcnew(), SnapTypeBase<TValue>
public ref class ArchiveTableSummary| ArchiveTableSummaryTKey, TValue | Creates a snapshot summary of a table. |
| 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. |
| Contains | Determines if this table might contain data for the keys provided. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |