BufferedArchiveStreamTKey, TValue Constructor

Creates an instance of the BufferedArchiveStream class with the specified index and table.

Definition

Namespace: SnapDB.Snap.Services.Reader
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public BufferedArchiveStream(
	int index,
	ArchiveTableSummary<TKey, TValue> table
)

Parameters

index  Int32
The index value used to disassociate the archive file.
table  ArchiveTableSummaryTKey, TValue
The ArchiveTableSummary associated with the stream.

See Also