FixedSizeNodeTKey, TValueMaxOverheadWithCombineNodes Property
Gets the maximum overhead (additional space used) when combining nodes.
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
This property specifies the maximum additional space that can be used when nodes are combined during tree operations.
The value is typically 0, indicating that combining nodes doesn't introduce any additional overhead.