FreshnessInfo
[TimelineSpec][google.play.developer.reporting.${apiVersion}.TimelineSpec] でリクエストできる最新時刻を表します。
集計期間は異なります。たとえば DAILY
集計は、1 日の終わりに 1 回だけ計算される場合、HOURLY
より遅れることがあります。
JSON 表現 |
{
"freshnesses": [
{
object (Freshness )
}
]
} |
フィールド |
freshnesses[] |
object (Freshness )
サポートされているすべての集計期間のデータの更新頻度に関する情報。 このフィールドには、aggregationPeriod フィールドに基づくセマンティクスが設定されています。
|
鮮度
フィールド |
aggregationPeriod |
enum (AggregationPeriod )
データを表示できる集計期間。
|
latestEndTime |
object (DateTime )
集計期間のデータを利用できる直近の終了時間。この時間は、指標セットのデフォルトのタイムゾーンで指定します。 注: TimelineSpec の時間範囲は [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] で簡単に再利用できます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 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"]]