C# Class PlayFab.ClientModels.GetCharacterDataRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CharacterId string
IfChangedFromDataVersion uint?
Keys List
PlayFabId string

Property Details

CharacterId public property

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

IfChangedFromDataVersion public property

The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.
public uint? IfChangedFromDataVersion
return uint?

Keys public property

Specific keys to search for in the custom user data.
public List Keys
return List

PlayFabId public property

Unique PlayFab identifier of the user to load data for. Optional, defaults to yourself if not set.
public string PlayFabId
return string