C# Class PlayFab.ServerModels.GetCharacterDataResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CharacterId string
Data UserDataRecord>.Dictionary
DataVersion uint
PlayFabId string

Property Details

CharacterId public property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
return string

Data public property

User specific data for this title.
public Dictionary Data
return UserDataRecord>.Dictionary

DataVersion public 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
return uint

PlayFabId public property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string