全部產品
Search
文件中心

Tablestore:GroupBy

更新時間:Apr 30, 2026

定義多元索引查詢中單個分組的配置資訊。

資料結構

message GroupBy {
    optional string name = 1;
    optional GroupByType type = 2;
    optional bytes body = 3;
}

名稱

類型

是否必選

描述

name

string

分組名稱,用於區分同一查詢中的不同分組。

type

GroupByType

分組類型。

body

bytes

分組條件資訊,以 Protobuf 格式編碼。