SortedTreeFileSimpleWriterTKey, TValue Class

Will write a file.

Definition

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

Type Parameters

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

Methods

Create Creates a new archive file using the specified parameters and writes data to it.
CreateNonSequential Creates a new archive file for non-sequential data using the specified parameters and writes data to it.
CreateWithMetadata Creates a new archive file using the specified parameters and writes data to it.

See Also