EventAlarmExpressionComparisonOperator_enum
EventAlarmExpressionComparisonOperator_enum
Basic Comparison operators
Possible values:
equals
: attribute equals specified valuenotEqualTo
: attribute does not equal specified valuestartsWith
: attribute starts with specified valuedoesNotStartWith
: attribute does not start with specified valueendsWith
: attribute ends with specified valuedoesNotEndWith
: attribute does not end with specified value
This data structure has no properties.
Enumeration:
equals,
notEqualTo,
startsWith,
doesNotStartWith,
endsWith,
doesNotEndWith,