SortedTreeEngineReaderBaseExtensionMethods Class

Provides extension methods for IDatabaseReaderTKey, TValue to simplify reading from a sorted tree.

Definition

Namespace: SnapDB.Snap.Services.Reader
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class SortedTreeEngineReaderBaseExtensionMethods
Inheritance
Object    SortedTreeEngineReaderBaseExtensionMethods

Methods

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.

See Also