influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

DictItem interface

A key-value pair in a dictionary.

Signature:

interface DictItem 

Properties

Property Modifiers Type Description
key?   Expression (Optional)
type?   NodeType (Optional)
val?   Expression (Optional)