Enum QueryType
Defines type of query sent to InfluxDB.
Namespace: InfluxDB3 .Client.Query
Assembly: InfluxDB3.Client.dll
Syntax
public enum QueryType
Fields
Name | Description |
---|---|
InfluxQL | Query by InfluxQL. |
SQL | Query by SQL. |