全部產品
Search
文件中心

Tablestore:AggregationResult

更新時間:Jun 30, 2024

表示單個統計彙總Aggregation的返回資訊。

資料結構

message AggregationResult {
    optional string name = 1;
    optional AggregationType type = 2;
    optional bytes agg_result = 3; // encoded by XxxAggregationResult
}

名稱

類型

是否必選

描述

name

string

統計彙總名稱。

type

AggregationType

統計彙總Aggregation類型。

agg_result

bytes

統計彙總結果,由Plainbuffer編碼,詳見Plainbuffer編碼。