C# 클래스 PlayFab.ClientModels.GetUserDataRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
IfChangedFromDataVersion uint?
Keys List
PlayFabId 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 data. Leave null to get all keys.
public List Keys
리턴 List

PlayFabId 공개적으로 프로퍼티

Unique PlayFab identifier of the user to load data for. Optional, defaults to yourself if not set. When specified to a PlayFab id of another player, then this will only return public keys for that account.
public string PlayFabId
리턴 string