SortedTreeNodeBaseTKey, TValueTryInsertSequentialStream Method
Attempts to insert a sequential stream of key-value pairs into the tree.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
Public Overridable Sub TryInsertSequentialStream (
stream As InsertStreamHelper(Of TKey, TValue)
)
public:
virtual void TryInsertSequentialStream(
InsertStreamHelper<TKey, TValue>^ stream
)
function TryInsertSequentialStream(stream);
Parameters
- stream InsertStreamHelperTKey, TValue
- The sequential stream of key-value pairs to insert.