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

# PFStatisticsUpdateStatisticsResponse

> Modelo de datos de PFStatisticsUpdateStatisticsResponse.

Modelo de datos de PFStatisticsUpdateStatisticsResponse.

## Sintaxis

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

### Miembros

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

(Opcional) Asignación del nombre de estadística a las columnas definidas en la definición correspondiente.

**`columnDetailsCount`**   uint32\_t

Recuento de columnDetails

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

(Opcional) Identificador y tipo de la entidad.

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

(Opcional) Estadísticas actualizadas del perfil de la entidad.

**`statisticsCount`**   uint32\_t

Recuento de statistics

## Requisitos

**Encabezado:** PFStatisticsTypes.h

## Consulte también

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


## Related topics

- [PFStatisticsUpdateStatisticsGetResult](/es/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsupdatestatisticsgetresult.md)
- [Información general de la API de C de Services - PFStatisticsTypes.h](/es/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsStatisticUpdate](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticupdate.md)
- [PFStatisticsGetStatisticsResponse](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsresponse.md)
- [PFStatisticsDeleteStatisticsResponse](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticsresponse.md)
