Condition interface

Represents a filtering condition.

Properties

dimensionName

Dimension name used in filtering.

operator

Operator used in the filtering condition.

samplingType

Defines the sampling type.

scalarFunction

Scalar function applied for filtering.

value

Value used in filtering. For most operators (eq, ne, lt, lte, gt, gte, startswith, notstartswith, contains, notcontains) this is a single value (for example "GetContosoUsers"). For the in and notin operators, multiple values must be joined by the delimiter ^^ (for example "east^^west^^north").

Property Details

dimensionName

Dimension name used in filtering.

dimensionName?: string

Property Value

string

operator

Operator used in the filtering condition.

operator: string

Property Value

string

samplingType

Defines the sampling type.

samplingType?: string

Property Value

string

scalarFunction

Scalar function applied for filtering.

scalarFunction?: string

Property Value

string

value

Value used in filtering. For most operators (eq, ne, lt, lte, gt, gte, startswith, notstartswith, contains, notcontains) this is a single value (for example "GetContosoUsers"). For the in and notin operators, multiple values must be joined by the delimiter ^^ (for example "east^^west^^north").

value: string

Property Value

string