AdysTech.InfluxDB.Client.Net.Core
0.25.0
Install-Package AdysTech.InfluxDB.Client.Net.Core -Version 0.25.0
dotnet add package AdysTech.InfluxDB.Client.Net.Core --version 0.25.0
<PackageReference Include="AdysTech.InfluxDB.Client.Net.Core" Version="0.25.0" />
paket add AdysTech.InfluxDB.Client.Net.Core --version 0.25.0
#r "nuget: AdysTech.InfluxDB.Client.Net.Core, 0.25.0"
// Install AdysTech.InfluxDB.Client.Net.Core as a Cake Addin
#addin nuget:?package=AdysTech.InfluxDB.Client.Net.Core&version=0.25.0
// Install AdysTech.InfluxDB.Client.Net.Core as a Cake Tool
#tool nuget:?package=AdysTech.InfluxDB.Client.Net.Core&version=0.25.0
.Net client for InfluxDB. Supports all InfluxDB version from 0.9 onwards. Supports both .Net 4.6.1+ and .Net Core 2.0+.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6
- Newtonsoft.Json (>= 10.0.3)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AdysTech.InfluxDB.Client.Net.Core:
Package | Downloads |
---|---|
Wicture.DbRESTFul
Package Description |
|
Backer.CommonService
公用服务层 |
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
10. Chunking Support in queries
11. Drop databases, measurements or points
12. Get series count or points count for a measurement