OptionalgrpcGRPC specific Parameters to be set when instantiating a client See supported channel options in @grpc/grpc-js/README.md. *
OptionalheadersCustom headers to add to the request.
OptionalparamsParameters to accompany a query using them.
OptionaltimeoutSpecific timeout for the query. If not set, the value from ConnectionOptions.queryTimeout is used by default.
Type of query being sent, e.g. 'sql' or 'influxql'.
Options used by InfluxDBClient.default.query and by InfluxDBClient.default.queryPoints.
Example: QueryOptions in queryCall