Click or drag to resize

QdbBulkReaderTable Structure

Represents a QuasarDB bulk reader input specification for a single table.

Namespace:  Quasardb.TimeSeries.Reader
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public struct QdbBulkReaderTable

The QdbBulkReaderTable type exposes the following members.

Constructors
  NameDescription
Public methodQdbBulkReaderTable
Initializes a new instance of the QdbBulkReaderTable struct.
Top
Properties
  NameDescription
Public propertyName
Gets the name of the table.
Public propertyRanges
Gets the time ranges to query.
Top
See Also