NodeTKeyGetValidBytes Method

Retrieves the valid bytes count from the specified node's header.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected int GetValidBytes(
	uint nodeIndex
)

Parameters

nodeIndex  UInt32
The index of the node from which to retrieve valid bytes.

Return Value

Int32
The count of valid bytes stored in the specified node's header.

See Also