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

# PFStatisticsStatisticAggregationMethod

> Reference for the PFStatisticsStatisticAggregationMethod enumeration in the PlayFab Services C API, listing the Last, Min, Max, and Sum values.

StatisticAggregationMethod enum.

## Syntax

```cpp theme={null}
enum class PFStatisticsStatisticAggregationMethod  : uint32_t  
{  
    Last,  
    Min,  
    Max,  
    Sum  
}  
```

## Constants

| Constant | Description |
| -------- | ----------- |
| Last     | TBD         |
| Min      | TBD         |
| Max      | TBD         |
| Sum      | TBD         |

## Requirements

**Header:** PFStatisticsTypes.h

## See also

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


## Related topics

- [PFStatisticsStatisticColumn](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
- [Services C API overview - PFStatisticsTypes.h](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [StatisticAggregationMethod](/services/playfab/api-references/events/data-types/statisticaggregationmethod.md)
- [PFStatisticsStatisticDefinition](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdefinition.md)
- [Using player statistics](/services/playfab/community/leaderboards/tournaments-leaderboards/using-player-statistics.md)
