C# Class PlayFab.ClientModels.GetUserDataRequest

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

Public Properties

Property Type Description
IfChangedFromDataVersion uint?
Keys List
PlayFabId string

Property Details

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 data. Leave null to get all keys.
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. When specified to a PlayFab id of another player, then this will only return public keys for that account.
public string PlayFabId
return string