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

# PFStatisticsStatisticColumnCollectionDictionaryEntry

> Entrée de dictionnaire pour un tableau associatif avec des valeurs PFStatisticsStatisticColumnCollection.

Entrée de dictionnaire pour un tableau associatif avec des valeurs PFStatisticsStatisticColumnCollection.

## Syntaxe

```cpp theme={null}
typedef struct PFStatisticsStatisticColumnCollectionDictionaryEntry {  
    const char* key;  
    PFStatisticsStatisticColumnCollection const* value;  
} PFStatisticsStatisticColumnCollectionDictionaryEntry;  
```

### Membres

**`key`**   const char\*<br />*is null-terminated*

TBD

**`value`**   [PFStatisticsStatisticColumnCollection](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumncollection) const\*

TBD

## Configuration requise

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

## Voir aussi

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


## Related topics

- [PFStatisticsUpdateStatisticsResponse](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
- [PFStatisticsGetStatisticsResponse](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsresponse.md)
- [PFStatisticsGetStatisticsForEntitiesResponse](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesresponse.md)
- [Vue d'ensemble de l'API C Services - PFStatisticsTypes.h](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsStatisticColumnCollection](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumncollection.md)
