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

# PFStatisticsStatisticColumn

> Reference for the PFStatisticsStatisticColumn struct in the PlayFab Services C API, describing a column's name and aggregation method.

PFStatisticsStatisticColumn data model.

## Syntax

```cpp theme={null}
typedef struct PFStatisticsStatisticColumn {  
    PFStatisticsStatisticAggregationMethod aggregationMethod;  
    const char* name;  
} PFStatisticsStatisticColumn;  
```

### Members

**`aggregationMethod`**   [PFStatisticsStatisticAggregationMethod](/services/playfab/api-references/c/pfstatisticstypes/enums/pfstatisticsstatisticaggregationmethod)

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:** PFStatisticsTypes.h

## See also

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


## Related topics

- [PFStatisticsStatisticColumnCollection](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumncollection.md)
- [PFStatisticsStatisticDefinition](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticdefinition.md)
- [PFStatisticsCreateStatisticDefinitionRequest](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticscreatestatisticdefinitionrequest.md)
- [PFStatisticsGetStatisticDefinitionResponse](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticdefinitionresponse.md)
- [Services C API overview - PFStatisticsTypes.h](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
