SortedTreeEngineReaderBaseExtensionMethods Class
Namespace: SnapDB.Snap.Services.ReaderAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class SortedTreeEngineReaderBaseExtensionMethods
<ExtensionAttribute>
Public NotInheritable Class SortedTreeEngineReaderBaseExtensionMethods
[ExtensionAttribute]
public ref class SortedTreeEngineReaderBaseExtensionMethods abstract sealed
SnapDB.Snap.Services.Reader.SortedTreeEngineReaderBaseExtensionMethods = function();
Type.createClass(
'SnapDB.Snap.Services.Reader.SortedTreeEngineReaderBaseExtensionMethods');
- Inheritance
- Object SortedTreeEngineReaderBaseExtensionMethods
| ReadTKey, TValue(IDatabaseReaderTKey, TValue) |
Reads all available data from the database reader.
|
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, SeekFilterBaseTKey) |
Reads data from the database reader using a specified time filter.
|
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, UInt64) |
Reads data from the database reader using a specified timestamp.
|
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, SeekFilterBaseTKey, IEnumerableUInt64) |
Reads data from the database reader using a specified time filter and point IDs.
|
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, UInt64, UInt64) |
Reads data from the database reader using a specified time range.
|
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, DateTime, DateTime, IEnumerableUInt64) |
Reads data from the database reader using a specified time range and point IDs, using DateTime values for the time range.
|
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, UInt64, UInt64, IEnumerableUInt64) |
Reads data from the database reader using a specified time range and point IDs.
|
| ReadSingleValueTKey, TValue |
Reads a single value from the sorted tree based on the provided timestamp and point ID.
|