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

# PFStatisticModel

> PFStatisticModel 数据模型。

PFStatisticModel 数据模型。

## 语法

```cpp theme={null}
typedef struct PFStatisticModel {  
    const char* name;  
    int32_t value;  
    int32_t version;  
} PFStatisticModel;  
```

### 成员

**`name`**   const char\*\
*is null-terminated*

（可选）统计信息名称。

**`value`**   int32\_t

统计信息值。

**`version`**   int32\_t

统计信息版本（如果不是版本化统计信息，则为 0）。

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFPlayerProfileModel](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFStatisticsStatisticColumn](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
- [PFStatisticsStatisticDefinition](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdefinition.md)
- [PFStatisticsStatisticDelete](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdelete.md)
