AggregationPeriod
列舉 |
AGGREGATION_PERIOD_UNSPECIFIED |
未指定精細程度。 |
HOURLY |
資料會以每小時間隔匯總。 |
DAILY |
資料每天都會匯總一次。 |
FULL_RANGE |
系統會匯總整個時間軸範圍的資料。實際上,這會產生單一值,而不是時間軸。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-04-25 (世界標準時間)。
[null,null,["上次更新時間:2023-04-25 (世界標準時間)。"],[[["Granularity options determine how data is aggregated in metric set query results, influencing the level of detail displayed."],["Options include hourly, daily, and full-range aggregation, providing flexibility in analysis."],["`FULL_RANGE` aggregation provides a single, overall value for the entire timeline."],["Unspecified granularity defaults to a system-determined aggregation period."]]],["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"]]