All Products
Search
Document Center

Tablestore:Query

Last Updated:Apr 28, 2026

Query defines the query condition for a search index request.

Data structure

message Query {
    optional QueryType type = 1;
    optional bytes query = 2;
}

Parameter

Type

Required

Description

type

QueryType

Yes

The query method.

query

bytes

Yes

The query information, encoded in Protocol Buffers.