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

> PFStatisticsStatisticColumnCollection 値を持つ連想配列のディクショナリ エントリ。

PFStatisticsStatisticColumnCollection 値を持つ連想配列のディクショナリ エントリ。

## 構文

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

### メンバー

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

TBD

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

TBD

## 要件

**ヘッダー:** PFStatisticsTypes.h

## 関連項目

[PFStatisticsTypes のメンバー](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsUpdateStatisticsResponse](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
- [PFStatisticsGetStatisticsResponse](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsresponse.md)
- [PFStatisticsGetStatisticsForEntitiesResponse](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesresponse.md)
- [Services C API overview - PFStatisticsTypes.h](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsStatisticColumnCollection](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumncollection.md)
