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

# PFStatisticsUpdateStatisticsResponse

> Reference for the PFStatisticsUpdateStatisticsResponse struct in the PlayFab Services C API, returning updated statistic values for the entity.

PFStatisticsUpdateStatisticsResponse data model.

## Syntax

```cpp theme={null}
typedef struct PFStatisticsUpdateStatisticsResponse {  
    PFStatisticsStatisticColumnCollectionDictionaryEntry const* columnDetails;  
    uint32_t columnDetailsCount;  
    PFEntityKey const* entity;  
    PFStatisticsEntityStatisticValueDictionaryEntry const* statistics;  
    uint32_t statisticsCount;  
} PFStatisticsUpdateStatisticsResponse;  
```

### Members

**`columnDetails`**   PFStatisticsStatisticColumnCollectionDictionaryEntry const\*<br />*may be nullptr*

(Optional) A mapping of statistic name to the columns defined in the corresponding definition.

**`columnDetailsCount`**   uint32\_t

Count of columnDetails

**`entity`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*<br />*may be nullptr*

(Optional) The entity id and type.

**`statistics`**   PFStatisticsEntityStatisticValueDictionaryEntry const\*<br />*may be nullptr*

(Optional) Updated entity profile statistics.

**`statisticsCount`**   uint32\_t

Count of statistics

## Requirements

**Header:** PFStatisticsTypes.h

## See also

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


## Related topics

- [PFStatisticsUpdateStatisticsGetResult](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsupdatestatisticsgetresult.md)
- [Services C API overview - PFStatisticsTypes.h](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsStatisticUpdate](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticupdate.md)
- [PFStatisticsGetStatisticsResponse](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsresponse.md)
- [PFStatisticsDeleteStatisticsResponse](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticsresponse.md)
