SignalOperator type

Signal operator
KnownSignalOperator can be used interchangeably with SignalOperator, this enum contains the known values that the service supports.

Known values supported by the service

GreaterThan: Greater than
LessThan: Less than
LessThanOrEqual: Less than or equal to
GreaterThanOrEqual: Greater than or equal to
Equal: Equal to
NotEqual: Not equal to

type SignalOperator = string