NodeTKeyGetValidBytes Method
Retrieves the valid bytes count from the specified node's header.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected int GetValidBytes(
uint nodeIndex
)
Protected Function GetValidBytes (
nodeIndex As UInteger
) As Integer
protected:
int GetValidBytes(
unsigned int nodeIndex
)
function GetValidBytes(nodeIndex);
- nodeIndex UInt32
- The index of the node from which to retrieve valid bytes.
Int32The count of valid bytes stored in the specified node's header.