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

# PFSegmentsPlayerStatistic

> PFSegmentsPlayerStatistic 데이터 모델입니다.

PFSegmentsPlayerStatistic 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFSegmentsPlayerStatistic {  
    const char* id;  
    const char* name;  
    int32_t statisticValue;  
    int32_t statisticVersion;  
} PFSegmentsPlayerStatistic;  
```

### 멤버

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

(선택 사항) 통계 ID입니다.

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

(선택 사항) 통계 이름입니다.

**`statisticValue`**   int32\_t

현재 통계 값입니다.

**`statisticVersion`**   int32\_t

통계 버전입니다(버전이 지정된 통계가 아닌 경우 0).

## 요구 사항

**헤더:** PFSegmentsTypes.h

## 참고 항목

[PFSegmentsTypes 멤버](/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members)


## Related topics

- [PFSegmentsPlayerProfile](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Services C API 개요 - PFSegmentsTypes.h](/ko/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members.md)
- [Bulk Actions for an entire Player Segment](/ko/services/playfab/data-analytics/acting-data/action-rules-bulk-actions-for-an-entire-player-segment.md)
- [PFSegmentsGetPlayerSegmentsResult](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsgetplayersegmentsresult.md)
- [PFSegmentsGetPlayersInSegmentResult](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsgetplayersinsegmentresult.md)
