C# 클래스 PlayFab.ServerModels.GetCharacterDataRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CharacterId string
IfChangedFromDataVersion uint?
Keys List
PlayFabId string

프로퍼티 상세

CharacterId 공개적으로 프로퍼티

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
리턴 string

IfChangedFromDataVersion 공개적으로 프로퍼티

The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.
public uint? IfChangedFromDataVersion
리턴 uint?

Keys 공개적으로 프로퍼티

Specific keys to search for in the custom user data.
public List Keys
리턴 List

PlayFabId 공개적으로 프로퍼티

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
리턴 string