File tree Expand file tree Collapse file tree 3 files changed +7
-111
lines changed
Client/InfluxDB.Client.Api/Domain Expand file tree Collapse file tree 3 files changed +7
-111
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,13 @@ public enum TypeEnum
141
141
/// Enum Dbrp for value: dbrp
142
142
/// </summary>
143
143
[ EnumMember ( Value = "dbrp" ) ]
144
- Dbrp = 18
144
+ Dbrp = 18 ,
145
+
146
+ /// <summary>
147
+ /// Enum Notebooks for value: notebooks
148
+ /// </summary>
149
+ [ EnumMember ( Value = "notebooks" ) ]
150
+ Notebooks = 19
145
151
146
152
}
147
153
Original file line number Diff line number Diff line change @@ -50,10 +50,6 @@ The C# clients are implemented for the InfluxDB 2.0 and InfluxDB 1.7+:
50
50
51
51
## How To Use
52
52
53
- This clients are a work in progress and hosted in Bonitoo.io Nuget Repository.
54
-
55
- If you want to use it with a .Net CLI or Package Manager, you have to specify source of packages. See examples below.
56
-
57
53
### Writes and Queries in InfluxDB 2.0
58
54
59
55
The following example demonstrates how to write data to InfluxDB 2.0 and read them back using the Flux language:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments