GenericEncodedNodeTKey, TValueMaxOverheadWithCombineNodes Property
Gets the maximum overhead expected when combining two nodes of this type.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override int MaxOverheadWithCombineNodes { get; }
Protected Overrides ReadOnly Property MaxOverheadWithCombineNodes As Integer
Get
protected:
virtual property int MaxOverheadWithCombineNodes {
int get () override;
}
function get_MaxOverheadWithCombineNodes();
Property Value
Int32
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.