• InfluxDB3.Client API
Show / Hide Table of Contents
  • InfluxDB3.Client
    • IInfluxDBClient
    • InfluxDBApiException
    • InfluxDBClient
  • InfluxDB3.Client.Config
    • ClientConfig
    • QueryOptions
    • WriteOptions
  • InfluxDB3.Client.Internal
    • TypeCasting
  • InfluxDB3.Client.Query
    • QueryType
  • InfluxDB3.Client.Write
    • PointData
    • PointDataValues
    • WritePrecision

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.

In this article
Back to top Generated by DocFX