influxdata / influxdb-client-csharp

InfluxDB 2.x C# Client
https://influxdata.github.io/influxdb-client-csharp/api/InfluxDB.Client.html
MIT License
355 stars 95 forks source link

Client SDK question #643

Closed suyashcjoshi closed 2 months ago

suyashcjoshi commented 2 months ago

When I run this command dotnet add package InfluxDB.Client is seems it downloads the sdk for InfluxDB v2.x correct, then where is the client sdk for influxDB v3.x please?

powersj commented 2 months ago

From the readme:

This repository contains the C# client library for use with InfluxDB 2.x and Flux. InfluxDB 3.x users should instead use the lightweight v3 client library. InfluxDB 1.x users should use the v1 client library.

suyashcjoshi commented 2 months ago

Got it, thanks!