Creates influxdb client options from an options object or url.
client options
Readonly
processCSVResponseReadonly
transportCreates QueryApi for the supplied organization .
organization or query options
QueryApi instance
See also query.ts example, queryWithParams.mjs example, rxjs-query.ts example, and browser example,
Creates WriteApi for the supplied organization and bucket. BEWARE that returned instances must be closed in order to flush the remaining data and close already scheduled retry executions.
Specifies the destination organization for writes. Takes either the ID or Name interchangeably.
The destination bucket for writes.
Timestamp precision for line items.
Optional
writeOptions: Partial<WriteOptions>Custom write options.
WriteApi instance
Use WriteOptions to customize retry strategy options, data chunking and flushing options. See DEFAULT_WriteOptions to see the defaults.
See also write example, writeAdvanced example, and browser example.
InfluxDB entry point that configures communication with InfluxDB server and provide APIs to write and query data.