Wypróbuj serwer MCP w Google Analytics. Zainstaluj go z
GitHub. Więcej informacji znajdziesz w
ogłoszeniu.
MetricAggregation
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Reprezentuje agregację danych.
Wartości w polu enum |
METRIC_AGGREGATION_UNSPECIFIED |
Nieokreślony operator. |
TOTAL |
SUMA. |
MINIMUM |
Operator minimalnej. |
MAXIMUM |
Operator maksymalny. |
COUNT |
Operator liczenia. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\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. |"]]