AggregationPeriod
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
मेट्रिक सेट क्वेरी के नतीजे में पंक्तियों के लिए एग्रीगेशन का लेवल.
Enums |
AGGREGATION_PERIOD_UNSPECIFIED |
जानकारी का लेवल तय नहीं है. |
HOURLY |
डेटा हर घंटे के अंतराल में इकट्ठा किया जाता है. |
DAILY |
डेटा को हर दिन के हिसाब से इकट्ठा किया जाता है. |
FULL_RANGE |
डेटा को पूरी टाइमलाइन रेंज के साथ एग्रीगेट किया जाता है. प्रभावी रूप से, यह टाइमलाइन के बजाय सिंगल वैल्यू जनरेट करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eGranularity options determine how data is aggregated in metric set query results, influencing the level of detail displayed.\u003c/p\u003e\n"],["\u003cp\u003eOptions include hourly, daily, and full-range aggregation, providing flexibility in analysis.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFULL_RANGE\u003c/code\u003e aggregation provides a single, overall value for the entire timeline.\u003c/p\u003e\n"],["\u003cp\u003eUnspecified granularity defaults to a system-determined aggregation period.\u003c/p\u003e\n"]]],["The provided content details the granularity options for aggregating rows in metric set query results. Available granularities include `HOURLY` (hourly intervals), `DAILY` (daily intervals), and `FULL_RANGE` (aggregation across the entire timeline, producing a single value). `AGGREGATION_PERIOD_UNSPECIFIED` represents an undefined granularity. These options control how data is grouped and summarized over time.\n"],null,["# AggregationPeriod\n\nGranularity of the aggregation for rows in a metric set query result.\n\n| Enums ||\n|----------------------------------|-------------------------------------------------------------------------------------------------------------------|\n| `AGGREGATION_PERIOD_UNSPECIFIED` | Unspecified granularity. |\n| `HOURLY` | Data is aggregated in hourly intervals. |\n| `DAILY` | Data is aggregated in daily intervals. |\n| `FULL_RANGE` | Data is aggregated over the full timeline range. Effectively this produces a single value rather than a timeline. |"]]