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

# PFStatisticsGetStatisticsRequest

> Modèle de données PFStatisticsGetStatisticsRequest.

Modèle de données PFStatisticsGetStatisticsRequest.

## Syntaxe

```cpp theme={null}
typedef struct PFStatisticsGetStatisticsRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* entity;  
    const char* const* statisticNames;  
    uint32_t statisticNamesCount;  
} PFStatisticsGetStatisticsRequest;  
```

### Membres

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(Facultatif) Les balises personnalisées facultatives associées à la requête (p. ex. numéro de build, identificateurs de trace externes, etc.).

**`customTagsCount`**   uint32\_t

Nombre de customTags

**`entity`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*<br />*may be nullptr*

(Facultatif) L'entité facultative sur laquelle effectuer cette action. Par défaut, l'entité actuellement connectée.

**`statisticNames`**   const char\* const\*<br />*may be nullptr*

(Facultatif) La liste des statistiques à retourner pour l'utilisateur. Si la valeur est null, la version actuelle de toutes les statistiques est retournée.

**`statisticNamesCount`**   uint32\_t

Nombre de statisticNames

## Configuration requise

**En-tête :** PFStatisticsTypes.h

## Voir aussi

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


## Related topics

- [PFStatisticsGetStatisticsAsync](/fr-CA/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsasync.md)
- [Vue d'ensemble de l'API C Services - PFStatisticsTypes.h](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsGetStatisticDefinitionRequest](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticdefinitionrequest.md)
- [PFStatisticsGetStatisticsForEntitiesRequest](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesrequest.md)
- [PFStatisticsGetStatisticsForEntitiesAsync](/fr-CA/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsforentitiesasync.md)
