全部產品
Search
文件中心

Tablestore:Aggregation

更新時間:Jun 30, 2024

表示單個統計彙總配置。

資料結構

message Aggregation {
    optional string name = 1;
    optional AggregationType type = 2;
    optional bytes body = 3;
}

名稱

類型

是否必選

描述

name

string

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

type

AggregationType

統計彙總類型。

body

bytes

統計彙總條件資訊,由protobuf編碼。