> ## 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.

# title_statistic_version_changed

> title_statistic_version_changed event.

统计信息的版本更改并导致其排行榜重置时触发此事件。

## 属性

| 名称                     | 类型                                                                                                              | 说明                   |
| :--------------------- | :-------------------------------------------------------------------------------------------------------------- | :------------------- |
| ScheduledResetInterval | [StatisticResetIntervalOption](/services/playfab/api-references/events/data-types/statisticresetintervaloption) | 统计信息排行榜配置的重置间隔（如果有）。 |
| ScheduledResetTime     | DateTime                                                                                                        | 统计信息排行榜配置的重置时间（如果有）。 |
| StatisticName          | String                                                                                                          | 统计信息的唯一名称。           |
| StatisticVersion       | uint32                                                                                                          | 更新后的统计信息版本。          |

## 通用属性

所有 V1 PlayStream 事件都被格式化为 JSON 对象，并共享以下通用属性：

| 名称             | 类型                                                                          | 说明                                                                                                                                                                                  |
| :------------- | :-------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| EntityId       | String                                                                      | 此事件所应用于的实体（游戏、玩家等）的标识符。                                                                                                                                                             |
| EntityType     | String                                                                      | 此事件所应用于的实体类型（player、title 等）。如果希望 PlayFab 对此实体执行操作，则 EntityType 必须为 'player'、'character' 或 'title'。任何 PlayFab 目前不解析的实体类型都需要以命名空间为前缀（例如 'com.mygame.guild'），因为 PlayFab 可能会随时开始解析根实体。 |
| EventId        | String                                                                      | 由 PlayFab 分配的此事件的唯一标识符。                                                                                                                                                             |
| EventName      | String                                                                      | 此事件的名称。                                                                                                                                                                             |
| EventNamespace | String                                                                      | 分配给此事件的命名空间。例如：'com.myprogram.ads'                                                                                                                                                  |
| Source         | String                                                                      | 此 PlayStream 事件的源名称；如果事件源自我们，则为 PlayFab。                                                                                                                                            |
| SourceType     | [SourceType](/services/playfab/api-references/events/data-types/sourcetype) | 此事件的源类型（PlayFab 合作伙伴、其他后端或来自 PlayFab API）。                                                                                                                                          |
| Timestamp      | DateTime                                                                    | 与此事件关联的时间（UTC）。                                                                                                                                                                     |


## Related topics

- [PlayFab 的 PlayStream 事件模型参考](/zh-CN/services/playfab/api-references/events/index.md)
- [character_statistic_changed](/zh-CN/services/playfab/api-references/events/Leaderboards/character-statistic-changed.md)
- [player_statistic_changed](/zh-CN/services/playfab/api-references/events/Leaderboards/player-statistic-changed.md)
- [title_statistic_deleted](/zh-CN/services/playfab/api-references/events/Leaderboards/title-statistic-deleted.md)
- [XblStatisticChangedHandler](/zh-CN/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler.md)
