AdysTech.InfluxDB.Client.Net
0.8.0
AdysTech.InfluxDB.Client.Net.Core 0.20.0
Additional DetailsPlease note that this package is no longer maintained. Please migrate to AdysTech.InfluxDB.Client.Net.Core which now supports both Net framework as well as netstandard projects. It has many new features added recently.
See the version list below for details.
dotnet add package AdysTech.InfluxDB.Client.Net --version 0.8.0
NuGet\Install-Package AdysTech.InfluxDB.Client.Net -Version 0.8.0
<PackageReference Include="AdysTech.InfluxDB.Client.Net" Version="0.8.0" />
paket add AdysTech.InfluxDB.Client.Net --version 0.8.0
#r "nuget: AdysTech.InfluxDB.Client.Net, 0.8.0"
// Install AdysTech.InfluxDB.Client.Net as a Cake Addin
#addin nuget:?package=AdysTech.InfluxDB.Client.Net&version=0.8.0
// Install AdysTech.InfluxDB.Client.Net as a Cake Tool
#tool nuget:?package=AdysTech.InfluxDB.Client.Net&version=0.8.0
.Net client for InfluxDB
Product | Versions |
---|---|
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- Newtonsoft.Json (>= 10.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is a feature rich .Net client for InfluxDB. All methods are exposed as Async methods, so that the calling thread will not be blocked.
It currently supports
1. Connecting using credentials
2. Querying all existing databases
3. Creating new database
4. Querying for the whole DB structure (hierarchical structure of all measurements, and fields)
5. Writing single, multiple values to db
6. Retention policy management
7. Post data to specific retention policies
8. Query for all Continuous Queries
9. Create/Drop Continuous Queries