Click or drag to resize

BTreeLeafBaseKey, ValueKeysCount Property

Get the number of keys that are in use for this leaf node.

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public ushort KeysCount { get; }

Property Value

Type: UInt16
See Also