QdbTimeSeries Class |
Note: This API is now obsolete.
Namespace: Quasardb.TimeSeries
The QdbTimeSeries type exposes the following members.
Name | Description | |
---|---|---|
Alias |
The alias of the entry in the database.
(Inherited from QdbEntry.) | |
BlobColumns |
The columns of the table that contains blobs.
(Inherited from QdbTable.) | |
Columns |
The columns of the table.
(Inherited from QdbTable.) | |
DoubleColumns |
The columns of the table that contains double-precision floating-point values.
(Inherited from QdbTable.) | |
Int64Columns |
The columns of the table that contains int64 point values.
(Inherited from QdbTable.) | |
ShardSize |
Returns the shard size of a table.
(Inherited from QdbTable.) | |
StringColumns |
The columns of the table that contains string point values.
(Inherited from QdbTable.) | |
TimestampColumns |
The columns of the table that contains timestamp point values.
(Inherited from QdbTable.) |
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.) |