AggregationPeriod
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Гранулярность агрегирования строк в результатах запроса набора метрик.
перечисления |
---|
AGGREGATION_PERIOD_UNSPECIFIED | Неопределенная степень детализации. |
HOURLY | Данные агрегируются с часовыми интервалами. |
DAILY | Данные агрегируются в суточных интервалах. |
FULL_RANGE | Данные агрегируются по всему диапазону временной шкалы. Фактически это создает одно значение, а не временную шкалу. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 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. |"]]