BTreeBaseKey, ValueDepth Property |
Gets the depth of the BTreeSet
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public ushort Depth { get; }
Public ReadOnly Property Depth As UShort
Get
public:
property unsigned short Depth {
unsigned short get ();
}
member Depth : uint16 with get
Property Value
Type:
UInt16See Also