influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

LogicalExpression interface

Represents the rule conditions that collectively evaluate to either true or false

Signature:

interface LogicalExpression 

Properties

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