C# 클래스 PlayFab.ServerModels.SharedGroupDataRecord

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

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

프로퍼티 상세

LastUpdated 공개적으로 프로퍼티

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

LastUpdatedBy 공개적으로 프로퍼티

PlayFabId of the user to last update this value.
public string LastUpdatedBy
리턴 string

Permission 공개적으로 프로퍼티

Indicates whether this data can be read by all users (public) or only members of the group (private).
public UserDataPermission? Permission
리턴 UserDataPermission?

Value 공개적으로 프로퍼티

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