log-trigger-condition

log-trigger-condition
log-trigger-condition

Log trigger condition

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

Function type for trigger condition

Possible values are : COUNT, UNIQUE_COUNT, AVERAGE, MIN, MAX, STD_DEV, SUM, VARIANCE, UNKNOWN,
string
field
Optional

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

number As double As double
value
Optional

Value for trigger condition

operatorType
Required

Operator type for trigger condition

Possible values are : 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}

array of string
groupBy
Optional

Group by for trigger condition