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

# PFStatisticsEntityStatisticValue

> PFStatisticsEntityStatisticValue 資料模型。

PFStatisticsEntityStatisticValue 資料模型。

## 語法

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

### 成員

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

（選擇性）與統計資料相關聯的中繼資料。

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

（選擇性）統計資料名稱。

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

（選擇性）統計資料分數。

**`scoresCount`**   uint32\_t

scores 的計數

**`version`**   int32\_t

統計資料版本。

## 需求

**標頭：** PFStatisticsTypes.h

## 另請參閱

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