influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-giraffe > TableOptions

TableOptions interface

Contains parameters that optimize/drive creation of the query result Table.

Signature:

interface TableOptions 

Properties

Property Modifiers Type Description
accept?   AcceptRowFunction | AcceptRowFunction[] (Optional) Accept allows to accept/reject specific rows or terminate processing.
columns?   string[] (Optional) column keys to collect in the table, undefined means all columns
computeFluxGroupKeyUnion?   boolean (Optional) compute also fluxGroupKeyUnion
computeResultColumnNames?   boolean (Optional) compute also resultColumnNames
maxTableLength?   number (Optional) Sets maximum table length, QUERY_MAX_TABLE_LENGTH when undefined.