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

PFStatisticModel data model.

## Syntax

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

### Members

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

(Optional) Statistic name.

**`value`**   int32\_t

Statistic value.

**`version`**   int32\_t

Statistic version (0 if not a versioned statistic).

## Requirements

**Header:** PFTypes.h

## See also

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


## Related topics

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