All Products
Search
Document Center

Tablestore:QueryOperator

Last Updated:Apr 30, 2026

QueryOperator specifies the logical operator used to combine query conditions.

Enumeration values

  • OR

  • AND

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