Preparing search index...
The search index is not available
Documentation
Documentation
@influxdata/influxdb-client-apis
LogicalExpression
Interface LogicalExpression
Represents the rule conditions that collectively evaluate to either true or false
interface
LogicalExpression
{
left
?:
Expression
;
operator
?:
string
;
right
?:
Expression
;
type
?:
string
;
}
Index
Properties
left?
operator?
right?
type?
Properties
Optional
left
left
?:
Expression
Optional
operator
operator
?:
string
Optional
right
right
?:
Expression
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
left
operator
right
type
Documentation
Loading...
Represents the rule conditions that collectively evaluate to either true or false