> ## 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](/zh-TW/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumncollectiondictionaryentry.md)
- [服務 C API 概觀 - PFStatisticsTypes.h](/zh-TW/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsStatisticColumn](/zh-TW/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
- [PFLeaderboardsLinkedStatisticColumn](/zh-TW/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardslinkedstatisticcolumn.md)
- [PFStatisticsUpdateStatisticsResponse](/zh-TW/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
