> ## 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\*<br />*is null-terminated*

(省略可) 統計名。

**`value`**   int32\_t

統計値。

**`version`**   int32\_t

統計バージョン (バージョン管理されていない統計の場合は 0)。

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes メンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFPlayerProfileModel](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFStatisticsStatisticUpdate](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticupdate.md)
- [PFStatisticsStatisticColumn](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
- [PFStatisticsStatisticDefinition](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdefinition.md)
