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 refers to the latest available time that can be requested in a TimelineSpec."],["Different aggregation periods (e.g., DAILY, HOURLY) have varying freshness levels, with `DAILY` potentially lagging behind `HOURLY`."],["Freshness information is provided for each supported aggregation period, including the latest available end time for data in that period."],["The `latestEndTime` field in FreshnessInfo is designed for easy integration into TimelineSpec's `end_time` for querying data."]]],["The content describes data freshness for different aggregation periods, represented in JSON. Data freshness is captured in \"freshnesses,\" which contains information for each supported period. Each \"Freshness\" includes an `aggregationPeriod` and the `latestEndTime`. The `latestEndTime` indicates the most recent available data point's end time for that period, specified in the metric set's default timezone. The end time format allows direct use in `TimelineSpec.end_time`. Different periods like DAILY or HOURLY can have different data freshness.\n"]]