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