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

> Reference for the PFStatisticsStatisticColumnCollectionDictionaryEntry struct in the PlayFab Services C API, a key and column collection map entry.

Dictionary entry for an associative array with PFStatisticsStatisticColumnCollection values.

## Syntax

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

### Members

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

TBD

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

TBD

## Requirements

**Header:** PFStatisticsTypes.h

## See also

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


## Related topics

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