BTreeMapBaseKey, Value Methods |
The BTreeMapBaseKey, Value generic type exposes the following members.
Name | Description | |
---|---|---|
AddFast |
Adds an element to an array of to be added objects.
The objects in this array are added when a call toFlushTransients is triggered by multiple events such as calling Count and when collection is commited and/or flushed to disk or when the array is full.
The array size is by default currently [!:BTreeBase<Key, Value>.transientBatchBufferDefaultSize] but you can get/set the desired size with TransientBatchSize | |
EnumerateValues |
Enumerates all contained Value objects in corresponding key sorted order
| |
FlushTransients |
Adds all queued up to be added objects after presorting them transiently
(Overrides BTreeBaseKey, ValueFlushTransients.) | |
GetEnumerator |
Enumerates all contained Key objects in sorted order
| |
GetValueId(Key) |
When Value type implements IOptimizedPersistable, you can use this function to get the Id of the persistent object instead of the entire object.
Use for performance reasons in certain cases where reading the object isn't desired.
| |
GetValueId(Key, Byte) |
When Value type implements IOptimizedPersistable, you can use this function to get the Id of the persistent object instead of the entire object.
Use for performance reasons in certain cases where reading the object isn't desired.
| |
Iterator |
Initializes an iterator to find the keys and values of this map
| |
Last |
Returns the last KeyValue object in this set.
| |
LastValue |
Returns the last value in this map.
| |
TryGetValue(Key, Value) |
Gets the value associated with the specified key.
| |
TryGetValue(Key, Byte, Value) |
Gets the value associated with the specified key.
|
Name | Description | |
---|---|---|
ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |