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: 11.1.0.0 (11.1)
Syntax public ushort KeysCount { get; }
Public ReadOnly Property KeysCount As UShort
Get
public:
property unsigned short KeysCount {
unsigned short get ();
}
member KeysCount : uint16 with get
Property Value
Type:
UInt16See Also