AggregationPeriod
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি মেট্রিক সেট ক্যোয়ারী ফলাফলে সারির সমষ্টির গ্রানুলারিটি।
এনামস |
---|
AGGREGATION_PERIOD_UNSPECIFIED | অনির্দিষ্ট গ্রানুলারিটি। |
HOURLY | ডেটা প্রতি ঘণ্টার ব্যবধানে একত্রিত করা হয়। |
DAILY | প্রতিদিনের ব্যবধানে ডেটা একত্রিত করা হয়। |
FULL_RANGE | সম্পূর্ণ টাইমলাইন পরিসরে ডেটা একত্রিত করা হয়। কার্যকরভাবে এটি একটি টাইমলাইনের পরিবর্তে একটি একক মান তৈরি করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। 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. |"]]