GroupBy specifies the configuration of a single group.
Data structure
message GroupBy {
optional string name = 1;
optional GroupByType 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 group. | |
body | bytes | Yes | The grouping condition. The value must be encoded by using protobuf. |