FreshnessInfo
उस समयावधि के बारे में बताता है जिसका अनुरोध [समय-सीमा] [googleline.play.developer.reporting.${apiVersion} में किया जा सकता है.
अलग-अलग एग्रीगेशन अवधि के लिए अपडेट किया गया डेटा अलग-अलग होता है. उदाहरण के लिए, उन मामलों में DAILY
एग्रीगेशन HOURLY
से पीछे रह सकता है जहां दिन के आखिर में इस तरह के एग्रीगेशन का हिसाब सिर्फ़ एक बार लगाया जाता है.
जेएसओएन के काेड में दिखाना |
{
"freshnesses": [
{
object (Freshness )
}
]
} |
फ़ील्ड |
freshnesses[] |
object (Freshness )
इकट्ठा किए जाने वाले समय की हर अवधि के लिए, डेटा रीफ़्रेश होने की जानकारी. इस फ़ील्ड में सिमैंटिक सेट होता है, जिसे aggregationPeriod फ़ील्ड से पहचाना जाता है.
|
अप-टू-डेट
किसी एग्रीगेशन अवधि के लिए डेटा फ़्रेशनेस के बारे में जानकारी.
फ़ील्ड |
aggregationPeriod |
enum (AggregationPeriod )
एग्रीगेशन का कुल समय जिसके लिए डेटा उपलब्ध है.
|
latestEndTime |
object (DateTime )
एग्रीगेशन अवधि के लिए, डेटा खत्म होने का सबसे नया समय. समय मेट्रिक सेट के डिफ़ॉल्ट समय क्षेत्र में बताया जाता है. ध्यान दें: टाइमलाइन स्पेक की समयसीमाओं को [startTime,
endTime) के तौर पर दिखाया जाता है. उदाहरण के लिए, अगर DAILY एग्रीगेशन अवधि के लिए सबसे नया उपलब्ध टाइमलाइन डेटा पॉइंट 2021-06-23 00:00:00
America/Los_Angeles है, तो इस फ़ील्ड का मान 2021-06-24
00:00:00 America/Los_Angeles होगा, ताकि इसे [TimelineSpec.end_time][google.play.developer.reporting.TimelineSpec.end_time] पर आसानी से फिर से इस्तेमाल किया जा सके.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2022-12-20 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2022-12-20 (UTC) को अपडेट किया गया."],[[["Freshness represents the latest available time that can be requested in a TimelineSpec."],["Different aggregation periods, such as DAILY and HOURLY, have varying freshness levels."],["Freshness information is provided for each supported aggregation period, including the latest available end time for data."],["The latestEndTime field is designed for easy reuse in TimelineSpec.end_time, allowing users to specify time ranges for data retrieval."]]],["Data freshness, representing the latest available time for a TimelineSpec request, varies by aggregation period (e.g., `DAILY` vs. `HOURLY`). Freshness information includes an array of `freshnesses`, each containing an `aggregationPeriod` and the corresponding `latestEndTime`. The `latestEndTime` indicates the most recent data available, formatted as a DateTime object in the metric set's default timezone, and is designed for direct use in `TimelineSpec.end_time` fields.\n"]]