![]() | QdbTableWriter Class |
Namespace: Quasardb.TimeSeries.Writer
The QdbTableWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsInvalid | When overridden in a derived class, gets a value indicating whether the handle value is invalid. (Overrides SafeHandleIsInvalid.) |
Name | Description | |
---|---|---|
![]() | Push |
Regular batch push.
|
![]() | PushAsync |
Asynchronous batch push that buffers data inside the QuasarDB daemon.
|
![]() | PushFast |
Fast, in-place batch push that is efficient when doing lots of small, incremental pushes.
|
![]() | SetBlob(Int64, Byte) |
Set a value in the current row in a column of blobs.
|
![]() | SetBlob(String, Byte) |
Set a value in the current row in a column of blobs.
|
![]() | SetDouble(Int64, NullableDouble) |
Set a value in the current row in a column of doubles.
|
![]() | SetDouble(String, NullableDouble) |
Set a value in the current row in a column of doubles.
|
![]() | SetInt64(Int64, NullableInt64) |
Set a value in the current row in a column of integers.
|
![]() | SetInt64(String, NullableInt64) |
Set a value in the current row in a column of integers.
|
![]() | SetString(Int64, String) |
Set a value in the current row in a column of strings.
|
![]() | SetString(String, String) |
Set a value in the current row in a column of strings.
|
![]() | SetTimestamp(Int64, NullableDateTime) |
Set a value in the current row in a column of timestamps.
|
![]() | SetTimestamp(String, NullableDateTime) |
Set a value in the current row in a column of timestamps.
|
![]() | StartRow |
Start a new row to the outcoming data buffer.
|