Click or drag to resize

BTreeMapBaseKey, Value Methods

The BTreeMapBaseKey, Value generic type exposes the following members.

Methods
  NameDescription
Public methodAddFast
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
Public methodEnumerateValues
Enumerates all contained Value objects in corresponding key sorted order
Public methodFlushTransients
Adds all queued up to be added objects after presorting them transiently
(Overrides BTreeBaseKey, ValueFlushTransients.)
Public methodGetEnumerator
Enumerates all contained Key objects in sorted order
Public methodGetValueId(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.
Public methodGetValueId(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.
Public methodIterator
Initializes an iterator to find the keys and values of this map
Public methodLast
Returns the last KeyValue object in this set.
Public methodLastValue
Returns the last value in this map.
Public methodTryGetValue(Key, Value)
Gets the value associated with the specified key.
Public methodTryGetValue(Key, Byte, Value)
Gets the value associated with the specified key.
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also