C# 클래스 PlayFab.ClientModels.UserDataRecord

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

공개 프로퍼티들

프로퍼티 타입 설명
LastUpdated System.DateTime
Permission UserDataPermission?
Value string

프로퍼티 상세

LastUpdated 공개적으로 프로퍼티

Timestamp for when this data was last updated.
public DateTime,System LastUpdated
리턴 System.DateTime

Permission 공개적으로 프로퍼티

Indicates whether this data can be read by all users (public) or only the user (private). This is used for GetUserData requests being made by one player about another player.
public UserDataPermission? Permission
리턴 UserDataPermission?

Value 공개적으로 프로퍼티

Data stored for the specified user data key.
public string Value
리턴 string