log-trigger-condition

log-trigger-condition
log-trigger-condition

Log trigger condition

JSON Example
{
    "field": "string",
    "functionType": "string",
    "groupBy": [
        "string"
    ],
    "operatorType": "string",
    "timeInterval": 0,
    "value": "number"
}
string
field
Optional

Field for trigger condition. This field should be null when the function type is COUNT

functionType
Required  

Function type for trigger condition

Enumeration: COUNT, UNIQUE_COUNT, AVERAGE, MIN, MAX, STD_DEV, SUM, VARIANCE, UNKNOWN
array of string
groupBy
Optional

Group by for trigger condition

operatorType
Required  

Operator type for trigger condition

Enumeration: GREATER_THAN, LESS_THAN, UNKNOWN
integer As int32 As int32
timeInterval
Optional

Time interval for the trigger condition. Values are in minutes. Allowed values are {5, 15, 30, 60, 360}

number As double As double
value
Optional

Value for trigger condition