Click or drag to resize

BTreeBaseKey, Value Properties

The BTreeBaseKey, Value generic type exposes the following members.

Properties
  NameDescription
Public propertyComparer
Gets the VelocityDbComparer(Of Key) that is used to determine the order of the items in the sorted set
Public propertyComparisonArraySize
Gets the size of a comparison array used by this set.
Public propertyCount
Gets the number of elements in the set.
Public propertyDepth
Gets the depth of the BTreeSet
Public propertyFlushIfPageFull
We don't want to flush other BTree pages while looking for a placement page
(Overrides OptimizedPersistableFlushIfPageFull.)
Public propertyGetAlternateComparer
If comparer isn't set then if Key type is string use SessionBase.DefaultStringComparer or ...
Public propertyIsLeaf
Is the root a leaf node or not?
Public propertyKeyPlacement
Set the key placement to be used for all key objects added to this. This setting is not persisted, it is mainly to be used with objects added with AddFast(Key)
Public propertyNodeSize
The size of the nodeList or the keyList (if depth is 1) of the root node.
Public propertyObjectsPerPage
Limit to 1000 per page (instead of default 40000)
(Overrides OptimizedPersistableObjectsPerPage.)
Public propertyToDoBatchAddCount
Gets the number of objects that are not yet added to the collection
Public propertyTransientBatchSize
Get/Set the max batch size used in API such as AddFast(Key)
Public propertyUsesOidShort
Does this BTree use short object references (32 bit) for its internal references?
Top
See Also