Operator type

The types of operator
KnownOperator can be used interchangeably with Operator, this enum contains the known values that the service supports.

Known values supported by the service

contains: The operator contains
doesNotContains: The operator does not contains
doesNotEqual: The operator does not equal
startsWith: The operator starts with
endsWith: The operator ends with
equals: The operator equals

type Operator = string