试用 Google Analytics 的 MCP 服务器。从
GitHub 安装,并参阅
公告了解详情。
MetricAggregation
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
METRIC_AGGREGATION_UNSPECIFIED |
未指定的运算符。 |
TOTAL |
SUM 运算符。 |
MINIMUM |
最小运算符。 |
MAXIMUM |
最大运算符。 |
COUNT |
计数运算符。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003e\u003ccode\u003eMetricAggregation\u003c/code\u003e enums are used to represent different types of metric aggregations.\u003c/p\u003e\n"],["\u003cp\u003eThese enums include options for calculating the total sum, minimum, maximum, and count of metrics.\u003c/p\u003e\n"],["\u003cp\u003eA default \u003ccode\u003eUNSPECIFIED\u003c/code\u003e enum exists but should not be used.\u003c/p\u003e\n"]]],["The content defines an aggregation system for metrics, utilizing various operators. It specifies five distinct operators within an enumeration: `METRIC_AGGREGATION_UNSPECIFIED` for no specific operation, `TOTAL` to sum values, `MINIMUM` to find the lowest value, `MAXIMUM` to find the highest value, and `COUNT` to tally the number of values. This allows for different calculations on metrics, including totals, extremes, and quantities.\n"],null,["# MetricAggregation\n\nRepresents aggregation of metrics.\n\n| Enums ||\n|----------------------------------|-----------------------|\n| `METRIC_AGGREGATION_UNSPECIFIED` | Unspecified operator. |\n| `TOTAL` | SUM operator. |\n| `MINIMUM` | Minimum operator. |\n| `MAXIMUM` | Maximum operator. |\n| `COUNT` | Count operator. |"]]