Click or drag to resize

BTreeInternalBaseKey, ValueNodeSize Property

Gets size of node (how many child nodes this node has)

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