GenericEncodedNodeTKey, TValueMaxOverheadWithCombineNodes Property

Gets the maximum overhead expected when combining two nodes of this type.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override int MaxOverheadWithCombineNodes { get; }

Property Value

Int32

Remarks

The maximum overhead includes the storage required for the data in both nodes, plus one additional byte. This property is used in node combining operations to estimate the maximum storage needed for the resulting node.

See Also