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

# PFStatisticsIncrementStatisticVersionRequest

> Modèle de données PFStatisticsIncrementStatisticVersionRequest.

Modèle de données PFStatisticsIncrementStatisticVersionRequest.

## Syntaxe

```cpp theme={null}
typedef struct PFStatisticsIncrementStatisticVersionRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* name;  
} PFStatisticsIncrementStatisticVersionRequest;  
```

### 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 (par exemple, numéro de build, identificateurs de trace externes, etc.).

**`customTagsCount`**   uint32\_t

Nombre de customTags

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

Nom de la statistique dont la version doit être incrémentée.

## Configuration requise

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

## Voir aussi

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


## Related topics

- [PFStatisticsIncrementStatisticVersionAsync](/fr/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversionasync.md)
- [Vue d'ensemble de l'API C Services - PFStatisticsTypes.h](/fr/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsIncrementStatisticVersionResponse](/fr/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionresponse.md)
- [PFStatisticsIncrementStatisticVersionGetResult](/fr/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversiongetresult.md)
- [PFStatisticsUpdateStatisticDefinitionRequest](/fr/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticdefinitionrequest.md)
