全部產品
Search
文件中心

Tablestore:Query

更新時間:Apr 29, 2026

Query 定義了多元索引請求的查詢條件。

資料結構

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

名稱

類型

是否必選

描述

type

QueryType

查詢類型。

query

bytes

查詢資訊,使用 Protocol Buffers 編碼。