AggregationPeriod
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Mức độ chi tiết của phép tổng hợp cho các hàng trong kết quả truy vấn đặt chỉ số.
Enum |
AGGREGATION_PERIOD_UNSPECIFIED |
Mức độ chi tiết không xác định. |
HOURLY |
Dữ liệu được tổng hợp theo từng giờ. |
DAILY |
Dữ liệu được tổng hợp trong khoảng thời gian hằng ngày. |
FULL_RANGE |
Dữ liệu được tổng hợp trong toàn bộ phạm vi tiến trình. Cách này hiệu quả thay vì tạo ra một giá trị duy nhất thay vì một dòng thời gian. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]