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 | Yes | The type of the aggregation. | |
body | bytes | Yes | The aggregation condition. The value must be encoded by using protobuf. |