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: 8.2.1.0 (8.2.1)
Syntax
public int NodeSize { get; }

Property Value

Type: Int32
See Also