Click or drag to resize

QdbClusterExpWriter Method

Returns a QdbTableExpWriter attached to the specified columns.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.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