NodeTKeyIncrementRecordCounts Method

Increments the record counts and valid bytes of the node by the specified amounts.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected void IncrementRecordCounts(
	int recordCount,
	int additionalValidBytes
)

Parameters

recordCount  Int32
The number of records to add to the node's record count.
additionalValidBytes  Int32
The number of additional valid bytes to add to the node's valid bytes count.

See Also