QdbTable Class |
Namespace: Quasardb.TimeSeries
The QdbTable 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.
| |
Columns |
The columns of the table.
| |
DoubleColumns |
The columns of the table that contains double-precision floating-point values.
| |
Int64Columns |
The columns of the table that contains int64 point values.
| |
ShardSize |
Returns the shard size of a table.
| |
StringColumns |
The columns of the table that contains string point values.
| |
TimestampColumns |
The columns of the table that contains timestamp point values.
|
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.
| |
Create(IEnumerableQdbColumnDefinition) |
Creates the time-series.
| |
Create(TimeSpan, QdbColumnDefinition) |
Creates the time-series.
| |
Create(TimeSpan, IEnumerableQdbColumnDefinition) |
Creates the time-series.
| |
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.
| |
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.
| |
InsertColumns(IEnumerableQdbColumnDefinition) |
Appends columns to an existing table.
| |
Reader |
Initialize a local table for reading from this table.
| |
Reader(IEnumerableQdbColumnDefinition) |
Initialize a local table for reading from this table.
| |
Reader(QdbTimeInterval) |
Initialize a local table for reading from this table.
| |
Reader(IEnumerableQdbTimeInterval) |
Initialize a local table for reading from this table.
| |
Reader(IEnumerableQdbColumnDefinition, QdbTimeInterval) |
Initialize a local table for reading from this table.
| |
Reader(IEnumerableQdbColumnDefinition, IEnumerableQdbTimeInterval) |
Initialize a local table for reading from this table.
| |
Remove |
Removes the entry from the database.
(Inherited from QdbEntry.) | |
StreamReader |
Initialize a local table for reading from this table.
| |
StreamReader(IEnumerableQdbColumnDefinition) |
Initialize a local table for reading from this table.
| |
StreamReader(QdbTimeInterval) |
Initialize a local table for reading from this table.
| |
StreamReader(IEnumerableQdbTimeInterval) |
Initialize a local table for reading from this table.
| |
StreamReader(IEnumerableQdbColumnDefinition, QdbTimeInterval) |
Initialize a local table for reading from this table.
| |
StreamReader(IEnumerableQdbColumnDefinition, IEnumerableQdbTimeInterval) |
Initialize a local table for reading from this table.
| |
Timestamps |
Gets all the timestamps in the table
| |
Timestamps(QdbTimeInterval) |
Gets all the timestamps in an interval
| |
Timestamps(IEnumerableQdbTimeInterval) |
Gets all the timestamps in each interval
| |
Writer |
Initialize a batch table for writing to this table.
| |
Writer(IEnumerableQdbColumnDefinition) |
Initialize a batch table for writing to this table.
|