| BTreeBaseKey, Value Properties | 
The BTreeBaseKey, Value generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Comparer | 
            Gets the VelocityDbComparer(Of Key) that is used to determine the order of the items in the sorted set
             | 
|  | ComparisonArraySize | 
            Gets the size of a comparison array used by this set.
             | 
|  | Count | 
            Gets the number of elements in the set.
             | 
|  | Depth | 
            Gets the depth of the BTreeSet
             | 
|  | FlushIfPageFull | 
            We don't want to flush other BTree pages while looking for a placement page
            (Overrides OptimizedPersistableFlushIfPageFull.) | 
|  | GetAlternateComparer | 
            If comparer isn't set then if Key type is string use SessionBase.DefaultStringComparer or ...
             | 
|  | IsLeaf | 
            Is the root a leaf node or not?
             | 
|  | KeyPlacement | 
            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) | 
|  | NodeSize | 
            The size of the nodeList or the keyList (if depth is 1) of the root node.
             | 
|  | ObjectsPerPage | 
            Limit to 1000 per page (instead of default 40000)
            (Overrides OptimizedPersistableObjectsPerPage.) | 
|  | ToDoBatchAddCount | 
            Gets the number of objects that are not yet added to the collection
             | 
|  | TransientBatchSize | 
            Get/Set the max batch size used in API such as AddFast(Key) | 
|  | UsesOidShort | 
            Does this BTree use short object references (32 bit) for its internal references?
             | 
 See Also
See Also