> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# statistic_updated

> statistic_updated イベント

このイベントは、指定されたエンティティに対して統計が更新されたときにトリガーされます。

## プロパティ

| 名前               | 型        | 説明                                         |
| ---------------- | -------- | ------------------------------------------ |
| Name             | String   | 統計の名前                                      |
| Version          | int32    | 統計のバージョン                                   |
| Scores           | int64\[] | 変更後の統計の現在のスコア                              |
| PreviousScores   | int64\[] | 変更前の統計の以前のスコア                              |
| Metadata         | String   | 変更後の統計に関連付けられたメタデータ                        |
| PreviousMetadata | String   | 変更前の統計に関連付けられたメタデータ                        |
| Operation        | String   | 実行された操作: `Created`、`Updated`、または `Deleted` |

## 共通プロパティ

すべての V2 PlayStream イベントは JSON オブジェクトとしてフォーマットされ、多くは次の共通プロパティを共有します。

| 名前                 | 型                                                                             | 説明                                                |
| :----------------- | :---------------------------------------------------------------------------- | :------------------------------------------------ |
| SchemaVersion      | String                                                                        | セマンティック バージョニング方式に従った PlayStream イベント形式のバージョン。    |
| FullName           | [Object](/services/playfab/api-references/events/data-types/fullnameobject)   | イベントの種類を完全に指定するための、イベント名とイベント名前空間の組み合わせ。          |
| Id                 | String                                                                        | このイベントに対して PlayFab が割り当てた一意の識別子。                  |
| Timestamp          | DateTime                                                                      | このイベントに関連付けられた時刻 (UTC)。                           |
| Entity             | [Object](/services/playfab/api-references/events/data-types/entityobject)     | Entity ID や Entity Type など、このイベントが適用されるエンティティの詳細。 |
| Originator         | [Object](/services/playfab/api-references/events/data-types/originatorobject) | このイベントを開始したソースとソースの種類を記述するオブジェクト。                 |
| PayloadContentType | String                                                                        | イベント ペイロードの内容を指定します。既定値は "JSON" です。               |
| Origin Info        | Object                                                                        | PlayFab の外部で発生したイベントに関する情報を含むオプションのフィールド。         |


## Related topics

- [PlayFab の PlayStream イベント モデル リファレンス](/ja-jp/services/playfab/api-references/events/index.md)
- [統計情報の制限](/ja-jp/services/playfab/player-progression/statistics/limits-statistics.md)
- [PlayStream とテレメトリを使用した統計情報](/ja-jp/services/playfab/player-progression/statistics/statistics-with-playstream-and-telemetry.md)
- [group_updated](/ja-jp/services/playfab/api-references/events/Groups/group-updated.md)
- [role_updated](/ja-jp/services/playfab/api-references/events/Groups/role-updated.md)
