SortedTreeScannerBaseTKey, TValueFindLeafNodeAddress Method

Gets the block index when seeking for the provided key.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected uint FindLeafNodeAddress(
	TKey key
)

Parameters

key  TKey
The key to start the search from.

Return Value

UInt32
The resultant block index found after seeking for the provided key.

See Also