C# Class PlayFab.ServerModels.SharedGroupDataRecord

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

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

Property Details

LastUpdated public_oe property

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

LastUpdatedBy public_oe property

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

Permission public_oe 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_oe property

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