AggregationPeriod
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
列舉 |
AGGREGATION_PERIOD_UNSPECIFIED |
未指定精細程度。 |
HOURLY |
資料會以每小時間隔匯總。 |
DAILY |
資料每天都會匯總一次。 |
FULL_RANGE |
系統會匯總整個時間軸範圍的資料。實際上,這會產生單一值,而不是時間軸。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-04-25 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2023-04-25 (世界標準時間)。"],[[["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."]]],["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"]]