C# Class PlayFab.ServerModels.SharedGroupDataRecord

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство 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
Résultat System.DateTime

LastUpdatedBy public_oe property

PlayFabId of the user to last update this value.
public string LastUpdatedBy
Résultat 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
Résultat UserDataPermission?

Value public_oe property

Data stored for the specified group data key.
public string Value
Résultat string