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

> PFStatisticsStatisticColumnCollection 데이터 모델입니다.

PFStatisticsStatisticColumnCollection 데이터 모델입니다.

## 구문

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

### 멤버

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

(선택 사항) 각 열의 집계 방법을 정의하는 통계의 열입니다.

**`columnsCount`**   uint32\_t

columns의 개수입니다.

## 요구 사항

**헤더:** PFStatisticsTypes.h

## 참고 항목

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


## Related topics

- [PFStatisticsStatisticColumnCollectionDictionaryEntry](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumncollectiondictionaryentry.md)
- [Services C API 개요 - PFStatisticsTypes.h](/ko/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsStatisticColumn](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
- [PFLeaderboardsLinkedStatisticColumn](/ko/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardslinkedstatisticcolumn.md)
- [PFStatisticsUpdateStatisticsResponse](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
