C# Class PlayFab.ServerModels.UserDataRecord

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
LastUpdated System.DateTime
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

Permission public_oe property

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
Résultat UserDataPermission?

Value public_oe property

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