全部產品
Search
文件中心

Tablestore:Query

更新時間:Jun 30, 2024

表示查詢條件。

資料結構

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

名稱

類型

是否必選

描述

type

QueryType

查詢類型。

query

bytes

查詢資訊,由protobuf編碼。