Preparing search index...
The search index is not available
Documentation
Documentation
@influxdata/influxdb-client-apis
UnaryExpression
Interface UnaryExpression
Uses operators to act on a single operand in an expression
interface
UnaryExpression
{
argument
?:
Expression
;
operator
?:
string
;
type
?:
string
;
}
Index
Properties
argument?
operator?
type?
Properties
Optional
argument
argument
?:
Expression
Optional
operator
operator
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
argument
operator
type
Documentation
Loading...
Uses operators to act on a single operand in an expression