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

# PFVersionConfiguration

> PFVersionConfiguration data model.

PFVersionConfiguration data model.

## Syntax

```cpp theme={null}
typedef struct PFVersionConfiguration {  
    int32_t maxQueryableVersions;  
    PFResetInterval resetInterval;  
} PFVersionConfiguration;  
```

### Members

**`maxQueryableVersions`**   int32\_t

The maximum number of versions of this leaderboard/statistic that can be queried. .

**`resetInterval`**   [PFResetInterval](/services/playfab/api-references/c/pftypes/enums/pfresetinterval)

Reset interval that statistics or leaderboards will reset on. When using Manual interval the reset can only be increased by calling the Increase version API. When using Hour interval the reset will occur at the start of the next hour UTC time. When using Day interval the reset will occur at the start of the next day in UTC time. When using the Week interval the reset will occur at the start of the next Monday in UTC time. When using Month interval the reset will occur at the start of the next month in UTC time.

## Requirements

**Header:** PFTypes.h

## See also

[PFTypes members](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFStatisticsUpdateStatisticDefinitionRequest](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticdefinitionrequest.md)
- [PFLeaderboardsUpdateLeaderboardDefinitionRequest](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsupdateleaderboarddefinitionrequest.md)
- [PFLeaderboardsGetLeaderboardDefinitionResponse](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsgetleaderboarddefinitionresponse.md)
- [PFLeaderboardsLeaderboardDefinition](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsleaderboarddefinition.md)
- [PFLeaderboardsCreateLeaderboardDefinitionRequest](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardscreateleaderboarddefinitionrequest.md)
