Click or drag to resize

QdbClusterExpWriter Method (QdbTableExpWriterOptions)

Returns a QdbTableExpWriter attached to the specified columns.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public QdbTableExpWriter ExpWriter(
	QdbTableExpWriterOptions options
)

Parameters

options
Type: Quasardb.TimeSeries.ExpWriterQdbTableExpWriterOptions
The options used for the push

Return Value

Type: QdbTableExpWriter
A batch table for bulk insertion associated with the table.
See Also