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

# PFStatisticsEntityStatisticValueDictionaryEntry

> Reference for the PFStatisticsEntityStatisticValueDictionaryEntry struct in the PlayFab Services C API, a key and statistic value map entry.

Dictionary entry for an associative array with PFStatisticsEntityStatisticValue values.

## Syntax

```cpp theme={null}
typedef struct PFStatisticsEntityStatisticValueDictionaryEntry {  
    const char* key;  
    PFStatisticsEntityStatisticValue const* value;  
} PFStatisticsEntityStatisticValueDictionaryEntry;  
```

### Members

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

TBD

**`value`**   [PFStatisticsEntityStatisticValue](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvalue) 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)
- [Services C API overview - PFStatisticsTypes.h](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFEntityStatisticValueDictionaryEntry](/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
- [PFStatisticsStatisticColumnCollectionDictionaryEntry](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumncollectiondictionaryentry.md)
