AggregationPeriod
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
列挙型 |
AGGREGATION_PERIOD_UNSPECIFIED |
粒度が未指定。 |
HOURLY |
データは 1 時間ごとに集計されます。 |
DAILY |
データは 1 日単位で集計されます。 |
FULL_RANGE |
データはタイムライン全体で集計されます。これにより、実際にはタイムラインではなく単一の値が生成されます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 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. |"]]