• 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 WritePrecision

Defines WritePrecision

Namespace: InfluxDB3.Client.Write
Assembly: InfluxDB3.Client.dll
Syntax
public enum WritePrecision

Fields

Name Description
Ms

Enum Ms for value: ms

Ns

Enum Ns for value: ns

S

Enum S for value: s

Us

Enum Us for value: us

In this article
Back to top Generated by DocFX