Condition interface
Represents a filtering condition.
Properties
| dimension |
Dimension name used in filtering. |
| operator | Operator used in the filtering condition. |
| sampling |
Defines the sampling type. |
| scalar |
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 |
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