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

# PFStatisticsStatisticUpdate

> PFStatisticsStatisticUpdate データ モデル。

PFStatisticsStatisticUpdate データ モデル。

## 構文

```cpp theme={null}
typedef struct PFStatisticsStatisticUpdate {  
    const char* metadata;  
    const char* name;  
    const char* const* scores;  
    uint32_t scoresCount;  
    uint32_t const* version;  
} PFStatisticsStatisticUpdate;  
```

### メンバー

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

(省略可) 統計と共に格納される任意のメタデータ。すべての Leaderboard API によって返されます。

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

最初に構成されたとおりの統計の名前。

**`scores`**   const char\* const\*<br />*may be nullptr*

(省略可) エンティティの統計スコア。これは、統計に構成された集計方法に従って使用されます。個々のスコアに許可される最大値は 9223372036854775807 です。個々のスコアの最小値は -9223372036854775807 です。64 ビット整数を処理できないクライアント ライブラリとの相互運用の問題を避けるため、値は文字列として書式設定されます。

**`scoresCount`**   uint32\_t

scores の数。

**`version`**   uint32\_t const\*<br />*may be nullptr*

(省略可) 設定する統計のバージョンを示す省略可能なフィールド。空の場合、既定では統計の現在のバージョンになります。

## 要件

**ヘッダー:** PFStatisticsTypes.h

## 関連項目

[PFStatisticsTypes のメンバー](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsUpdateStatisticsRequest](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsrequest.md)
- [Services C API overview - PFStatisticsTypes.h](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsUpdateStatisticsResponse](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
- [PFStatisticsUpdateStatisticsAsync](/ja-jp/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsupdatestatisticsasync.md)
- [statistic_updated](/ja-jp/services/playfab/api-references/events/Statistics/statistic-updated.md)
