C# Класс PlayFab.ServerModels.GetCharacterDataResult

Наследование: PlayFab.SharedModels.PlayFabResultCommon
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CharacterId string
Data UserDataRecord>.Dictionary
DataVersion uint
PlayFabId string

Описание свойств

CharacterId публичное свойство

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
Результат string

Data публичное свойство

User specific data for this title.
public Dictionary Data
Результат UserDataRecord>.Dictionary

DataVersion публичное свойство

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
Результат uint

PlayFabId публичное свойство

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Результат string