GenericEncodedNodeTKey, TValueCreateTreeScanner Method

Creates a tree scanner specific to GenericEncodedNodeTKey, TValue nodes.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override SortedTreeScannerBase<TKey, TValue> CreateTreeScanner()

Return Value

SortedTreeScannerBaseTKey, TValue
A new instance of a tree scanner designed to work with nodes of the current type.

Remarks

This method is used to create a tree scanner specifically tailored to work with nodes of the GenericEncodedNodeTKey, TValue type. The scanner is configured with the current node's encoding method, level, block size, associated stream, and sparse index retrieval function.

See Also