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

# PFStatisticsStatisticColumnCollection

> Modèle de données PFStatisticsStatisticColumnCollection.

Modèle de données PFStatisticsStatisticColumnCollection.

## Syntaxe

```cpp theme={null}
typedef struct PFStatisticsStatisticColumnCollection {  
    PFStatisticsStatisticColumn const* columns;  
    uint32_t columnsCount;  
} PFStatisticsStatisticColumnCollection;  
```

### Membres

**`columns`**   [PFStatisticsStatisticColumn](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn) const\*<br />*may be nullptr*

(Facultatif) Colonnes de la statistique définissant la méthode d'agrégation pour chaque colonne.

**`columnsCount`**   uint32\_t

Nombre de columns

## Configuration requise

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

## Voir aussi

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


## Related topics

- [PFStatisticsStatisticColumnCollectionDictionaryEntry](/fr/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumncollectiondictionaryentry.md)
- [Vue d'ensemble de l'API C Services - PFStatisticsTypes.h](/fr/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsStatisticColumn](/fr/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
- [PFLeaderboardsLinkedStatisticColumn](/fr/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardslinkedstatisticcolumn.md)
- [PFStatisticsUpdateStatisticsResponse](/fr/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
