Click or drag to resize

QdbTimeSeries Methods

The QdbTimeSeries type exposes the following members.

Methods
  NameDescription
Public methodAttachTag(String)
Adds a tag to the entry.
(Inherited from QdbEntry.)
Public methodAttachTag(QdbTag)
Adds a tag to the entry.
(Inherited from QdbEntry.)
Public methodCreate(QdbColumnDefinition)
Creates the time-series.
(Inherited from QdbTable.)
Public methodCreate(IEnumerableQdbColumnDefinition)
Creates the time-series.
(Inherited from QdbTable.)
Public methodCreate(TimeSpan, QdbColumnDefinition)
Creates the time-series.
(Inherited from QdbTable.)
Public methodCreate(TimeSpan, IEnumerableQdbColumnDefinition)
Creates the time-series.
(Inherited from QdbTable.)
Public methodDetachTag(String)
Removes a tag from the entry.
(Inherited from QdbEntry.)
Public methodDetachTag(QdbTag)
Removes a tag from the entry.
(Inherited from QdbEntry.)
Public methodExpireBySize
Trim the table, so that it uses approximately the provided size.
(Inherited from QdbTable.)
Public methodGetTags
Gets the tags of the entry
(Inherited from QdbEntry.)
Public methodHasTag(String)
Checks if the entry has the specified tag.
(Inherited from QdbEntry.)
Public methodHasTag(QdbTag)
Checks if the entry has the specified tag.
(Inherited from QdbEntry.)
Public methodInsertColumns(QdbColumnDefinition)
Appends columns to an existing table.
(Inherited from QdbTable.)
Public methodInsertColumns(IEnumerableQdbColumnDefinition)
Appends columns to an existing table.
(Inherited from QdbTable.)
Public methodReader
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodReader(IEnumerableQdbColumnDefinition)
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodReader(QdbTimeInterval)
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodReader(IEnumerableQdbTimeInterval)
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodReader(IEnumerableQdbColumnDefinition, QdbTimeInterval)
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodReader(IEnumerableQdbColumnDefinition, IEnumerableQdbTimeInterval)
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodRemove
Removes the entry from the database.
(Inherited from QdbEntry.)
Public methodStreamReader
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodStreamReader(IEnumerableQdbColumnDefinition)
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodStreamReader(QdbTimeInterval)
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodStreamReader(IEnumerableQdbTimeInterval)
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodStreamReader(IEnumerableQdbColumnDefinition, QdbTimeInterval)
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodStreamReader(IEnumerableQdbColumnDefinition, IEnumerableQdbTimeInterval)
Initialize a local table for reading from this table.
(Inherited from QdbTable.)
Public methodTimestamps
Gets all the timestamps in the table
(Inherited from QdbTable.)
Public methodTimestamps(QdbTimeInterval)
Gets all the timestamps in an interval
(Inherited from QdbTable.)
Public methodTimestamps(IEnumerableQdbTimeInterval)
Gets all the timestamps in each interval
(Inherited from QdbTable.)
Public methodWriter
Initialize a batch table for writing to this table.
(Inherited from QdbTable.)
Public methodWriter(IEnumerableQdbColumnDefinition)
Initialize a batch table for writing to this table.
(Inherited from QdbTable.)
Top
See Also