All Products
Search
Document Center

Tablestore:Aggregation

Last Updated:May 09, 2024

Aggregation specifies the configurations of a single aggregation.

Data structure

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

Parameter

Type

Required

Description

name

string

Yes

The name that you specified for the aggregation. Names are used to identify different aggregations.

type

AggregationType

Yes

The type of the aggregation.

body

bytes

Yes

The aggregation condition. The value must be encoded by using protobuf.