influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

DictExpression interface

Used to create and directly specify the elements of a dictionary

Signature:

interface DictExpression 

Properties

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