| Interface | Description |
|---|---|
| InfluxQLQueryResult.Series.ValueExtractor |
A value extractor is used to convert the string value returned by query into a custom type.
|
| Class | Description |
|---|---|
| FluxColumn |
This class represents a column header specification of
FluxTable. |
| FluxRecord |
A record is a tuple of values.
|
| FluxTable |
This class represents the table structure of the Flux CSV Response.
|
| InfluxQLQueryResult |
This class represents the result of an InfluxQL query.
|
| InfluxQLQueryResult.Result |
Represents one result of an InfluxQL query.
|
| InfluxQLQueryResult.Series |
Represents one series within the
InfluxQLQueryResult.Result of an InfluxQL query. |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.