SortedTreeFileOpenOrCreateTableTKey, TValue(EncodingDefinition, Int32) Method
Opens the default table for this TKey and TValue. If it does not exists,
it will be created with the provided compression method.
Namespace: SnapDB.Snap.StorageAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
JavaScript does not support generic types or methods.
- storageMethod EncodingDefinition
- The encoding method used to store data.
- maxSortedTreeBlockSize Int32 (Optional)
- The maximum block size for the created SortedTreeTableTKey, TValue.
- TKey
- The type parameter specifying the data type for keys.
- TValue
- The type parameter specifying the data type for values.
SortedTreeTableTKey,
TValue
A
SortedTreeTableTKey, TValue instance associated with the specified storage method and options.