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

> Modèle de données PFStatisticsUpdateStatisticsResponse.

Modèle de données PFStatisticsUpdateStatisticsResponse.

## Syntaxe

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

### Membres

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

(Facultatif) Un mappage du nom de statistique vers les colonnes définies dans la définition correspondante.

**`columnDetailsCount`**   uint32\_t

Nombre de columnDetails

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

(Facultatif) L'ID et le type de l'entité.

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

(Facultatif) Statistiques de profil d'entité mises à jour.

**`statisticsCount`**   uint32\_t

Nombre de statistics

## Configuration requise

**En-tête :** PFStatisticsTypes.h

## Voir aussi

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


## Related topics

- [PFStatisticsUpdateStatisticsGetResult](/fr/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsupdatestatisticsgetresult.md)
- [Vue d'ensemble de l'API C Services - PFStatisticsTypes.h](/fr/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsStatisticUpdate](/fr/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticupdate.md)
- [PFStatisticsDeleteStatisticsResponse](/fr/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticsresponse.md)
- [PFStatisticsGetStatisticsResponse](/fr/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsresponse.md)
