Click or drag to resize

BTreeBaseKey, ValueNodeSize Property

The size of the nodeList or the keyList (if depth is 1) of the root node.

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public int NodeSize { get; }

Property Value

Type: Int32
See Also