Click or drag to resize

QdbTimeSeries Properties

The QdbTimeSeries type exposes the following members.

Properties
  NameDescription
Public propertyAlias
The alias of the entry in the database.
(Inherited from QdbEntry.)
Public propertyBlobColumns
The columns of the table that contains blobs.
(Inherited from QdbTable.)
Public propertyColumns
The columns of the table.
(Inherited from QdbTable.)
Public propertyDoubleColumns
The columns of the table that contains double-precision floating-point values.
(Inherited from QdbTable.)
Public propertyInt64Columns
The columns of the table that contains int64 point values.
(Inherited from QdbTable.)
Public propertyShardSize
Returns the shard size of a table.
(Inherited from QdbTable.)
Public propertyStringColumns
The columns of the table that contains string point values.
(Inherited from QdbTable.)
Public propertyTimestampColumns
The columns of the table that contains timestamp point values.
(Inherited from QdbTable.)
Top
See Also