![]() | QdbTable Methods |
The QdbTable 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.
|
![]() | 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.
|