AggregationPeriod
Granularity of the aggregation for rows in a metric set query result.
Enums |
AGGREGATION_PERIOD_UNSPECIFIED |
Unspecified granularity. |
HOURLY |
Data is aggregated in hourly intervals. |
DAILY |
Data is aggregated in daily intervals. |
FULL_RANGE |
Data is aggregated over the full timeline range. Effectively this produces a single value rather than a timeline. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-03 UTC.
[null,null,["Last updated 2024-07-03 UTC."],[[["Granularity defines how data is aggregated into rows for a metric set query result."],["Options include hourly, daily, and full range aggregation periods."],["`FULL_RANGE` aggregation results in a single value, while other options produce a timeline of aggregated data."],["When unspecified (`AGGREGATION_PERIOD_UNSPECIFIED`), granularity behavior is undefined."]]],[]]