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

> Modelo de dados de PFStatisticsGetStatisticsRequest.

Modelo de dados de PFStatisticsGetStatisticsRequest.

## Sintaxe

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

### Membros

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

(Opcional) As marcas personalizadas opcionais associadas à solicitação (por exemplo, número de build, identificadores de rastreamento externos etc.).

**`customTagsCount`**   uint32\_t

Contagem de customTags

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

(Opcional) A entidade opcional na qual executar esta ação. O padrão é a entidade conectada no momento.

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

(Opcional) A lista de estatísticas a serem retornadas para o usuário. Se definida como nula, a versão atual de todas as estatísticas será retornada.

**`statisticNamesCount`**   uint32\_t

Contagem de statisticNames

## Requisitos

**Cabeçalho:** PFStatisticsTypes.h

## Confira também

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


## Related topics

- [PFStatisticsGetStatisticsAsync](/pt-BR/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsasync.md)
- [Visão geral da API C do Services - PFStatisticsTypes.h](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsGetStatisticDefinitionRequest](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticdefinitionrequest.md)
- [PFStatisticsGetStatisticsForEntitiesRequest](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesrequest.md)
- [PFStatisticsGetStatisticDefinitionAsync](/pt-BR/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticdefinitionasync.md)
