thresholdType property
The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured.
If value falls below expected_min or exceeds expected_max, an alert will be fired. Possible string values are:
- "UNSPECIFIED_THRESHOLD_TYPE"
- "EXPECTED_MIN" : Note that this field will only trigger alerts if the
workflow specifying it runs at least once in 24 hours (which is our
in-memory retention period for monarch streams). Also note that
aggregation_period
for this alert configuration must be less than 24 hours. - "EXPECTED_MAX"
Implementation
core.String? thresholdType;