AggregationPeriod
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
دقة تجميع الصفوف في نتيجة طلب بحث لمجموعة مقاييس
عمليات التعداد |
AGGREGATION_PERIOD_UNSPECIFIED |
الدقة غير محدَّدة |
HOURLY |
يتم تجميع البيانات على فترات زمنية. |
DAILY |
يتم تجميع البيانات على فترات يومية. |
FULL_RANGE |
يتم تجميع البيانات على مدار النطاق الزمني الكامل. وينتج عن ذلك فعالية واحدة بدلاً من مخطط زمني. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eGranularity defines how data is aggregated into rows for a metric set query result.\u003c/p\u003e\n"],["\u003cp\u003eOptions include hourly, daily, and full range aggregation periods.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFULL_RANGE\u003c/code\u003e aggregation results in a single value, while other options produce a timeline of aggregated data.\u003c/p\u003e\n"],["\u003cp\u003eWhen unspecified (\u003ccode\u003eAGGREGATION_PERIOD_UNSPECIFIED\u003c/code\u003e), granularity behavior is undefined.\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. |"]]