SortedTreeTKey, TValueCreate(BinaryStreamPointerBase, Int32, EncodingDefinition) Method
Creates a new SortedTree writing to the provided streams and using the specified compression method for the tree node.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
SnapDB.Snap.Tree.SortedTree.Create = function(stream, blockSize, treeNodeType);
- stream BinaryStreamPointerBase
- Source stream.
- blockSize Int32
- Block size.
- treeNodeType EncodingDefinition
- Encoding definition.
SortedTreeTKey,
TValueNew SortedTree writing to the provided streams and using the specified compression method for the tree node.