AdysTech.InfluxDB.Client.Net 0.7.1

Suggested Alternatives

AdysTech.InfluxDB.Client.Net.Core 0.20.0

Additional Details

Please 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.

There is a newer version of this package available.
See the version list below for details.
dotnet add package AdysTech.InfluxDB.Client.Net --version 0.7.1
NuGet\Install-Package AdysTech.InfluxDB.Client.Net -Version 0.7.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AdysTech.InfluxDB.Client.Net" Version="0.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AdysTech.InfluxDB.Client.Net --version 0.7.1
#r "nuget: AdysTech.InfluxDB.Client.Net, 0.7.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AdysTech.InfluxDB.Client.Net as a Cake Addin
#addin nuget:?package=AdysTech.InfluxDB.Client.Net&version=0.7.1

// Install AdysTech.InfluxDB.Client.Net as a Cake Tool
#tool nuget:?package=AdysTech.InfluxDB.Client.Net&version=0.7.1

.Net client for InfluxDB

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.15.0 4,805 4/5/2020
0.11.1 3,034 2/3/2020
0.8.0 10,410 5/28/2019
0.7.3 2,992 3/16/2019
0.7.2 954 2/18/2019
0.7.1 1,103 1/5/2019
0.7.0 944 12/31/2018

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