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

# PFStatisticsGetStatisticDefinitionResponse

> Modèle de données PFStatisticsGetStatisticDefinitionResponse.

Modèle de données PFStatisticsGetStatisticDefinitionResponse.

## Syntaxe

```cpp theme={null}
typedef struct PFStatisticsGetStatisticDefinitionResponse {  
    const char* const* aggregationDestinations;  
    uint32_t aggregationDestinationsCount;  
    const char* const* aggregationSources;  
    uint32_t aggregationSourcesCount;  
    PFStatisticsStatisticColumn const* columns;  
    uint32_t columnsCount;  
    time_t created;  
    const char* entityType;  
    PFStatisticsStatisticsEventEmissionConfig const* eventEmissionConfig;  
    time_t const* lastResetTime;  
    const char* const* linkedLeaderboardNames;  
    uint32_t linkedLeaderboardNamesCount;  
    const char* name;  
    uint32_t version;  
    PFVersionConfiguration const* versionConfiguration;  
} PFStatisticsGetStatisticDefinitionResponse;  
```

### Membres

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

(Facultatif) La liste des noms de définitions de statistiques vers lesquelles cette définition s'agrège. .

**`aggregationDestinationsCount`**   uint32\_t

Nombre d'aggregationDestinations

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

(Facultatif) La liste des noms de définitions de statistiques dont les valeurs doivent être agrégées vers cette statistique. Si AggregationSource est spécifié, l'entityType de cette définition DOIT être Title (ce qui en fait une CommunityStat). Actuellement, une seule source d'agrégation peut être spécifiée.

**`aggregationSourcesCount`**   uint32\_t

Nombre d'aggregationSources

**`columns`**   [PFStatisticsStatisticColumn](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn) const\*<br />*may be nullptr*

(Facultatif) Les colonnes de la statistique définissant la méthode d'agrégation pour chaque colonne.

**`columnsCount`**   uint32\_t

Nombre de columns

**`created`**   time\_t

Heure de création, en UTC.

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

(Facultatif) Le type d'entité pouvant avoir cette statistique.

**`eventEmissionConfig`**   [PFStatisticsStatisticsEventEmissionConfig](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticseventemissionconfig) const\*<br />*may be nullptr*

(Facultatif) \[En préversion] : Configurations des différents événements de statistiques pouvant être émis par le service.

**`lastResetTime`**   time\_t const\*<br />*may be nullptr*

(Facultatif) Dernière heure, en UTC, à laquelle la version de la statistique a été incrémentée.

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

(Facultatif) La liste des classements liés à cette définition de statistique.

**`linkedLeaderboardNamesCount`**   uint32\_t

Nombre de linkedLeaderboardNames

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

(Facultatif) Nom de la statistique.

**`version`**   uint32\_t

Version de la statistique.

**`versionConfiguration`**   PFVersionConfiguration const\*<br />*may be nullptr*

(Facultatif) La configuration de réinitialisation de version pour la définition de classement.

## Configuration requise

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

## Voir aussi

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


## Related topics

- [PFStatisticsGetStatisticDefinitionGetResult](/fr-CA/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticdefinitiongetresult.md)
- [Vue d'ensemble de l'API C Services - PFStatisticsTypes.h](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsListStatisticDefinitionsResponse](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsliststatisticdefinitionsresponse.md)
- [PFStatisticsGetStatisticsResponse](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsresponse.md)
- [PFStatisticsGetStatisticsForEntitiesResponse](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesresponse.md)
