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

# PFStatisticsIncrementStatisticVersionResponse

> PFStatisticsIncrementStatisticVersionResponse 数据模型。

PFStatisticsIncrementStatisticVersionResponse 数据模型。

## 语法

```cpp theme={null}
typedef struct PFStatisticsIncrementStatisticVersionResponse {  
    uint32_t version;  
} PFStatisticsIncrementStatisticVersionResponse;  
```

### 成员

**`version`**   uint32\_t

新的统计信息版本。

## 要求

**头文件：** PFStatisticsTypes.h

## 另请参阅

[PFStatisticsTypes 成员](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsIncrementStatisticVersionGetResult](/zh-CN/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversiongetresult.md)
- [服务 C API 概览 - PFStatisticsTypes.h](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsIncrementStatisticVersionRequest](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionrequest.md)
- [PFStatisticsIncrementStatisticVersionAsync](/zh-CN/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversionasync.md)
- [PFStatisticsGetStatisticDefinitionResponse](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticdefinitionresponse.md)
