AggregationPeriod
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Szczegółowość agregacji wierszy w wyniku zapytania zestawu danych.
Wartości w polu enum |
AGGREGATION_PERIOD_UNSPECIFIED |
Nieokreślony poziom szczegółowości. |
HOURLY |
Dane są agregowane w odstępach godzinowych. |
DAILY |
Dane są podawane w odstępach dziennych. |
FULL_RANGE |
Dane są łączone w pełny zakres dat. W efekcie otrzymujemy 1 wartość, a nie oś czasu. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\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. |"]]