influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

UnaryExpression interface

Uses operators to act on a single operand in an expression

Signature:

interface UnaryExpression 

Properties

Property Modifiers Type Description
argument?   Expression (Optional)
operator?   string (Optional)
type?   NodeType (Optional)