Namespace InfluxDB.Client
Classes
AuthorizationsApi
BucketsApi
ChecksApi
The client of the InfluxDB 2.x that implement Check Api.
DeleteApi
InfluxDBClient
InfluxDBClientFactory
InfluxDBClientOptions
InfluxDBClientOptions are used to configure the InfluxDB 2.x connections.
InfluxDBClientOptions.Builder
A builder for InfluxDBClientOptions.
InvokableScriptsApi
LabelsApi
NotificationEndpointsApi
NotificationRulesApi
OrganizationsApi
QueryApi
QueryApiSync
The synchronous version of QueryApi.
The client uses HttpClient
is supposed to use maximus size of the body to int.MaxValue.
If you want to query large data, use QueryAsync(String, String, CancellationToken) method.
ScraperTargetsApi
SourcesApi
TasksApi
TelegrafsApi
The client of the InfluxDB 2.x that implement Telegrafs HTTP API endpoint.
UsersApi
WriteApi
WriteApiAsync
WriteOptions
WriteOptions are used to configure writes the data point into InfluxDB 2.x.
The default setting use the batching configured to (consistent with Telegraf):
WriteOptions.Builder
Interfaces
IAuthorizationsApi
IBucketsApi
IChecksApi
IDeleteApi
IDomainObjectMapper
An implementation of this class is used to convert DomainObject entity into PointData and FluxRecord back to DomainObject.
IInfluxDBClient
IInvokableScriptsApi
ILabelsApi
INotificationEndpointsApi
INotificationRulesApi
IOrganizationsApi
IQueryApi
IQueryApiSync
IScraperTargetsApi
ISourcesApi
ITasksApi
ITelegrafsApi
IUsersApi
IWriteApi
IWriteApiAsync
Enums
InfluxDBClientOptions.AuthenticationScheme
The scheme uses to Authentication.