QdbTimeSeries Methods |
The QdbTimeSeries type exposes the following members.
Name | Description | |
---|---|---|
AttachTag(String) |
Adds a tag to the entry.
(Inherited from QdbEntry.) | |
AttachTag(QdbTag) |
Adds a tag to the entry.
(Inherited from QdbEntry.) | |
Create(QdbColumnDefinition) |
Creates the time-series.
(Inherited from QdbTable.) | |
Create(IEnumerableQdbColumnDefinition) |
Creates the time-series.
(Inherited from QdbTable.) | |
Create(TimeSpan, QdbColumnDefinition) |
Creates the time-series.
(Inherited from QdbTable.) | |
Create(TimeSpan, IEnumerableQdbColumnDefinition) |
Creates the time-series.
(Inherited from QdbTable.) | |
DetachTag(String) |
Removes a tag from the entry.
(Inherited from QdbEntry.) | |
DetachTag(QdbTag) |
Removes a tag from the entry.
(Inherited from QdbEntry.) | |
ExpireBySize |
Trim the table, so that it uses approximately the provided size.
(Inherited from QdbTable.) | |
GetTags |
Gets the tags of the entry
(Inherited from QdbEntry.) | |
HasTag(String) |
Checks if the entry has the specified tag.
(Inherited from QdbEntry.) | |
HasTag(QdbTag) |
Checks if the entry has the specified tag.
(Inherited from QdbEntry.) | |
InsertColumns(QdbColumnDefinition) |
Appends columns to an existing table.
(Inherited from QdbTable.) | |
InsertColumns(IEnumerableQdbColumnDefinition) |
Appends columns to an existing table.
(Inherited from QdbTable.) | |
Reader |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
Reader(IEnumerableQdbColumnDefinition) |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
Reader(QdbTimeInterval) |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
Reader(IEnumerableQdbTimeInterval) |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
Reader(IEnumerableQdbColumnDefinition, QdbTimeInterval) |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
Reader(IEnumerableQdbColumnDefinition, IEnumerableQdbTimeInterval) |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
Remove |
Removes the entry from the database.
(Inherited from QdbEntry.) | |
StreamReader |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
StreamReader(IEnumerableQdbColumnDefinition) |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
StreamReader(QdbTimeInterval) |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
StreamReader(IEnumerableQdbTimeInterval) |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
StreamReader(IEnumerableQdbColumnDefinition, QdbTimeInterval) |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
StreamReader(IEnumerableQdbColumnDefinition, IEnumerableQdbTimeInterval) |
Initialize a local table for reading from this table.
(Inherited from QdbTable.) | |
Timestamps |
Gets all the timestamps in the table
(Inherited from QdbTable.) | |
Timestamps(QdbTimeInterval) |
Gets all the timestamps in an interval
(Inherited from QdbTable.) | |
Timestamps(IEnumerableQdbTimeInterval) |
Gets all the timestamps in each interval
(Inherited from QdbTable.) | |
Writer |
Initialize a batch table for writing to this table.
(Inherited from QdbTable.) | |
Writer(IEnumerableQdbColumnDefinition) |
Initialize a batch table for writing to this table.
(Inherited from QdbTable.) |