C# Class PlayFab.ClientModels.GetUserDataResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
Data UserDataRecord>.Dictionary
DataVersion uint

Property Details

Data public_oe property

User specific data for this title.
public Dictionary Data
Résultat UserDataRecord>.Dictionary

DataVersion public_oe property

Indicates the current version of the data that has been set. This is incremented with every set call for that type of data (read-only, internal, etc). This version can be provided in Get calls to find updated data.
public uint DataVersion
Résultat uint