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

# PFStatisticsStatisticsUpdateEventConfig

> PFStatisticsStatisticsUpdateEventConfig 数据模型。

PFStatisticsStatisticsUpdateEventConfig 数据模型。

## 语法

```cpp theme={null}
typedef struct PFStatisticsStatisticsUpdateEventConfig {  
    PFEventType eventType;  
} PFStatisticsStatisticsUpdateEventConfig;  
```

### 成员

**`eventType`**   [PFEventType](/services/playfab/api-references/c/pftypes/enums/pfeventtype)

统计信息更新时要发出的事件类型。

## 要求

**头文件：** PFStatisticsTypes.h

## 另请参阅

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


## Related topics

- [PFStatisticsStatisticsEventEmissionConfig](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticseventemissionconfig.md)
- [服务 C API 概览 - PFStatisticsTypes.h](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsUpdateStatisticDefinitionRequest](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticdefinitionrequest.md)
- [statistic_updated](/zh-CN/services/playfab/api-references/events/Statistics/statistic-updated.md)
- [PFStatisticsStatisticUpdate](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticupdate.md)
