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

# PFStatisticColumn

> PFStatisticColumn data model.

PFStatisticColumn data model.

## Syntax

```cpp theme={null}
typedef struct PFStatisticColumn {  
    PFStatisticAggregationMethod aggregationMethod;  
    const char* name;  
} PFStatisticColumn;  
```

### Members

**`aggregationMethod`**   [PFStatisticAggregationMethod](/services/playfab/api-references/c/pfprofilestypes/enums/pfstatisticaggregationmethod)

Aggregation method for calculating new value of a statistic.

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

Name of the statistic column, as originally configured.

## Requirements

**Header:** PFProfilesTypes.h

## See also

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