全部產品
Search
文件中心

Tablestore:GroupBy

更新時間:Jun 30, 2024

表示單個分組配置。

資料結構

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

名稱

類型

是否必選

描述

name

string

自訂的統計彙總名稱,用於區分不同的統計彙總。

type

GroupByType

分組類型。

body

bytes

分組條件資訊,由protobuf編碼。