Namespace InfluxDB.Client.Core.Flux.Domain
Classes
FluxColumn
This class represents column header specification of FluxTable.
FluxRecord
A record is a tuple of values. Each record in the table represents a single point in the series.
FluxTable
This class represents table structure of Flux CSV Response. Specification.