AggregationPeriod
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Detaillierungsgrad der Aggregation für Zeilen in einem Abfragesatz eines Messwertsatzes.
Enums |
AGGREGATION_PERIOD_UNSPECIFIED |
Unbekannter Detaillierungsgrad. |
HOURLY |
Die Daten werden in stündlichen Intervallen zusammengefasst. |
DAILY |
Die Daten werden in täglichen Intervallen aggregiert. |
FULL_RANGE |
Die Daten werden über den gesamten Zeitplanbereich aggregiert. Dadurch entsteht praktisch ein einzelner Wert anstelle einer Zeitachse. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]