influxdb-client-js

InfluxDB 2.0 JavaScript client

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

Home > @influxdata/influxdb-client-apis > ExecutionOptions

ExecutionOptions interface

ExecutionOptions contains execution options for a flux script.

Signature:

interface ExecutionOptions 

Properties

Property Modifiers Type Description
gzip?   boolean (Optional) Requests gzip encoded response.
headers?   { [key: string]: string; } (Optional) HTTP headers that will be sent with every query request.