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

> Modelo de dados de PFStatisticsStatisticColumnCollection.

Modelo de dados de PFStatisticsStatisticColumnCollection.

## Sintaxe

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

### Membros

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

(Opcional) Colunas da estatística que definem o método de agregação para cada coluna.

**`columnsCount`**   uint32\_t

Contagem de columns

## Requisitos

**Cabeçalho:** PFStatisticsTypes.h

## Confira também

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


## Related topics

- [PFStatisticsStatisticColumnCollectionDictionaryEntry](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumncollectiondictionaryentry.md)
- [Visão geral da API C do Services - PFStatisticsTypes.h](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsStatisticColumn](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
- [PFLeaderboardsLinkedStatisticColumn](/pt-BR/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardslinkedstatisticcolumn.md)
- [PFStatisticsUpdateStatisticsResponse](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
