EventAlarmExpressionComparisonOperator_enum

EventAlarmExpressionComparisonOperator_enum
EventAlarmExpressionComparisonOperator_enum

Basic Comparison operators

Possible values:

  • equals: attribute equals specified value
  • notEqualTo: attribute does not equal specified value
  • startsWith: attribute starts with specified value
  • doesNotStartWith: attribute does not start with specified value
  • endsWith: attribute ends with specified value
  • doesNotEndWith: attribute does not end with specified value
This data structure has no properties.
Enumeration: equals, notEqualTo, startsWith, doesNotStartWith, endsWith, doesNotEndWith,