QueryOperator specifies the query operator. Enumeration value listOR AND enum QueryOperator { OR = 1; AND = 2; }