表示單個統計彙總配置。
資料結構
message Aggregation {
optional string name = 1;
optional AggregationType type = 2;
optional bytes body = 3;
}
名稱 | 類型 | 是否必選 | 描述 |
name | string | 是 | 自訂的統計彙總名稱,用於區分不同的統計彙總。 |
type | 是 | 統計彙總類型。 | |
body | bytes | 是 | 統計彙總條件資訊,由protobuf編碼。 |
表示單個統計彙總配置。
message Aggregation {
optional string name = 1;
optional AggregationType type = 2;
optional bytes body = 3;
}
名稱 | 類型 | 是否必選 | 描述 |
name | string | 是 | 自訂的統計彙總名稱,用於區分不同的統計彙總。 |
type | 是 | 統計彙總類型。 | |
body | bytes | 是 | 統計彙總條件資訊,由protobuf編碼。 |