C# Class PlayFab.ServerModels.SharedGroupDataRecord

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
LastUpdated System.DateTime
LastUpdatedBy string
Permission UserDataPermission?
Value string

Property Details

LastUpdated public property

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

LastUpdatedBy public property

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

Permission public property

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

Value public property

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