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

# PFStatisticAggregationMethod

> StatisticAggregationMethod enum.

StatisticAggregationMethod enum.

## Syntax

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

## Constants

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

## Requirements

**Header:** PFProfilesTypes.h

## See also

[PFProfilesTypes members](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)
