MetricAggregation
טיפוסים בני מנייה (enums) |
METRIC_AGGREGATION_UNSPECIFIED |
אופרטור לא צוין. |
TOTAL |
אופרטור SUM. |
MINIMUM |
אופרטור מינימלי. |
MAXIMUM |
אופרטור מקסימלי. |
COUNT |
אופרטור ספירה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-05-02 (שעון UTC).
[null,null,["עדכון אחרון: 2024-05-02 (שעון UTC)."],[[["`MetricAggregation` enums are used to represent different types of metric aggregations."],["These enums include options for calculating the total sum, minimum, maximum, and count of metrics."],["A default `UNSPECIFIED` enum exists but should not be used."]]],["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"]]