query-filter-condition-operator-type
query-filter-condition-operator-type
Query operator type
This data structure has no properties.
Enumeration:
CONTAINS,
DOES_NOT_CONTAIN,
STARTS_WITH,
NOT_STARTS_WITH,
MATCH,
EXISTS,
NOT_EXISTS,
EQUAL,
NOT_EQUAL,
GREATER_THAN,
GREATER_OR_EQUAL,
LESS_THAN,
LESS_OR_EQUAL,
IS,
IS_NOT,
UNKNOWN,