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; }
Public ReadOnly Property NodeSize As Integer
Get
public:
property int NodeSize {
int get ();
}
member NodeSize : int with get
Property Value
Type:
Int32See Also