表示统计聚合中Aggregation的返回信息。
数据结构
message AggregationsResult {
repeated AggregationResult agg_results = 1;
}
名称 | 类型 | 是否必选 | 描述 |
agg_results | repeated AggregationResult | 是 | 单个统计聚合Aggregation的返回信息。 |
文档内容是否对您有帮助?
表示统计聚合中Aggregation的返回信息。
message AggregationsResult {
repeated AggregationResult agg_results = 1;
}
名称 | 类型 | 是否必选 | 描述 |
agg_results | repeated AggregationResult | 是 | 单个统计聚合Aggregation的返回信息。 |