All Products
Search
Document Center

Tablestore:QueryOperator

Last Updated:May 09, 2024

QueryOperator specifies the query operator.

Enumeration value list

  • OR

  • AND

enum QueryOperator {
    OR = 1;
    AND = 2;
}