# Functions
DefaultDialect return flux query Dialect with full annotations (datatype, group, default), header and comma char as a delimiter.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewWriteAPIBlocking creates new WriteAPIBlocking instance for org and bucket with underlying client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Paging holds pagination parameters for various Get* functions of InfluxDB 2 API.
QueryTableResult parses streamed flux query response into structures representing flux table parts Walking though the result is done by repeatedly calling Next() until returns false.
WriteAPIImpl provides main implementation for WriteAPI.
# Interfaces
AuthorizationsAPI provides methods for organizing Authorization in a InfluxDB server.
BucketsAPI provides methods for managing Buckets in a InfluxDB server.
DeleteAPI provides methods for deleting time series data from buckets.
LabelsAPI provides methods for managing labels in a InfluxDB server.
OrganizationsAPI provides methods for managing Organizations in a InfluxDB server.
QueryAPI provides methods for performing synchronously flux query against InfluxDB server.
UsersAPI provides methods for managing users in a InfluxDB server.
WriteAPI is Write client interface with non-blocking methods for writing time series data asynchronously in batches into an InfluxDB server.
WriteAPIBlocking offers blocking methods for writing time series data synchronously into an InfluxDB server.
# Type aliases
No description provided by the author