MetricAggregation
यह मेट्रिक को एग्रीगेट करता है.
Enums |
METRIC_AGGREGATION_UNSPECIFIED |
ऑपरेटर की जानकारी नहीं है. |
TOTAL |
SUM ऑपरेटर. |
MINIMUM |
कम से कम ऑपरेटर. |
MAXIMUM |
ज़्यादा से ज़्यादा ऑपरेटर. |
COUNT |
गिनती ऑपरेटर. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]