ArchiveDetailsCreateTKey, TValue Method

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static ArchiveDetails Create<TKey, TValue>(
	ArchiveTableSummary<TKey, TValue> table
)
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>

Parameters

table  ArchiveTableSummaryTKey, TValue
The ArchiveTableSummary to create details from.

Type Parameters

TKey
The type of the archive's keys.
TValue
The type of the archive's values.

Return Value

ArchiveDetails
An ArchiveDetails object containing information about the archive table.

See Also