influxdb-client-js

InfluxDB 2.0 JavaScript client

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

Home > @influxdata/influxdb-client-apis > ArrayExpression

ArrayExpression interface

Used to create and directly specify the elements of an array object

Signature:

interface ArrayExpression 

Properties

Property Modifiers Type Description
elements?   Expression[] (Optional) Elements of the array
type?   NodeType (Optional)