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

# PFStatisticsGetStatisticsResponse

> Modelo de dados de PFStatisticsGetStatisticsResponse.

Modelo de dados de PFStatisticsGetStatisticsResponse.

## Sintaxe

```cpp theme={null}
typedef struct PFStatisticsGetStatisticsResponse {  
    PFStatisticsStatisticColumnCollectionDictionaryEntry const* columnDetails;  
    uint32_t columnDetailsCount;  
    PFEntityKey const* entity;  
    PFStatisticsEntityStatisticValueDictionaryEntry const* statistics;  
    uint32_t statisticsCount;  
} PFStatisticsGetStatisticsResponse;  
```

### Membros

**`columnDetails`**   PFStatisticsStatisticColumnCollectionDictionaryEntry const\*<br />*may be nullptr*

(Opcional) Um mapeamento do nome da estatística para as colunas definidas na definição correspondente.

**`columnDetailsCount`**   uint32\_t

Contagem de columnDetails

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

(Opcional) O ID e o tipo da entidade.

**`statistics`**   PFStatisticsEntityStatisticValueDictionaryEntry const\*<br />*may be nullptr*

(Opcional) Lista de estatísticas indexadas por Nome. Somente a versão mais recente de uma estatística é retornada.

**`statisticsCount`**   uint32\_t

Contagem de statistics

## Requisitos

**Cabeçalho:** PFStatisticsTypes.h

## Confira também

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