> ## 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](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticseventemissionconfig.md)
- [Services C API overview - PFStatisticsTypes.h](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsUpdateStatisticDefinitionRequest](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticdefinitionrequest.md)
- [statistic_updated](/ja-jp/services/playfab/api-references/events/Statistics/statistic-updated.md)
- [PFStatisticsStatisticUpdate](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticupdate.md)
