Operator type
A valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType.
KnownOperator can be used interchangeably with Operator,
this enum contains the known values that the service supports.
Known values supported by the service
Equals: Applies for decimal and non-decimal operands
GreaterThan: Applies only for decimal operands
GreaterThanOrEqualTo: Applies only for decimal operands
LesserThan: Applies only for decimal operands
LesserThanOrEqualTo: Applies only for decimal operands
NotEquals: Applies for decimal and non-decimal operands
Contains: Applies only for non-decimal operands
StartsWith: Applies only for non-decimal operands
EndsWith: Applies only for non-decimal operands
type Operator = string