NodeTKeyIncrementRecordCounts Method
Increments the record counts and valid bytes of the node by the specified amounts.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected void IncrementRecordCounts(
int recordCount,
int additionalValidBytes
)
Protected Sub IncrementRecordCounts (
recordCount As Integer,
additionalValidBytes As Integer
)
protected:
void IncrementRecordCounts(
int recordCount,
int additionalValidBytes
)
function IncrementRecordCounts(recordCount, 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.