Click or drag to resize

QdbClusterExpWriter Method (String, 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(
	string[] tables,
	QdbTableExpWriterOptions options
)

Parameters

tables
Type: SystemString
The table names you wish to write to
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