influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client > FluxTableMetaData

FluxTableMetaData interface

Represents metadata of a flux table.

Signature:

interface FluxTableMetaData 

Properties

Property Modifiers Type Description
columns   Array<FluxTableColumn> Table columns.

Methods

Method Description
column(label, errorOnMissingColumn) Gets columns by name
get(row, column) Gets column values out of the supplied row.
toObject(row) Creates an object out of the supplied row with the help of column descriptors.