C# Class PlayFab.AdminModels.GetUserDataRequest

Inheritance: PlayFabRequestCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
IfChangedFromDataVersion uint?
Keys List
PlayFabId string

Property Details

IfChangedFromDataVersion public_oe 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_oe property

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

PlayFabId public_oe property

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