All Products
Search
Document Center

Tablestore:Query

Last Updated:May 10, 2024

Query specifies the query condition.

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. The value must be encoded in protobuf.