Base URL of the InfluxDB server/cloud instance, e.g. http://localhost:8086.
API token used for both writes and queries.
Organization (name or ID) that writes/queries are scoped to.
OptionalbucketDefault bucket used by convenience methods when no bucket override is given.
OptionalprecisionDefault timestamp precision for the write API. Defaults to 'ns'.
OptionaltimeoutSocket timeout in milliseconds. Defaults to the client's own default (10000).
OptionalheadersExtra HTTP headers sent with every request.
OptionalwriteOverrides for the write API's batching/retry behavior (batchSize, flushInterval, maxRetries, ...).
Connection options for
InfluxDBStore.url,token, andorgare required - InfluxDB 2.x/Cloud auth is token-based and every write/query is scoped to an organization.bucketis optional here and is only used as the default bucket for convenience methods that don't take an explicitbucketoverride.