FixedSizeNodeTKey, TValueMaxOverheadWithCombineNodes Property

Gets the maximum overhead (additional space used) when combining nodes.

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

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.

See Also