My Project
|
Data is stored as JSON key-value pairs. If the Keys parameter is provided, the data object returned will only contain the data specific to the indicated Keys. Otherwise, the full set of custom character data will be returned. More...
Public Attributes | |
string | CharacterId |
Unique PlayFab assigned ID for a specific character owned by a user. | |
uint? | IfChangedFromDataVersion |
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. | |
List< string > | Keys |
Specific keys to search for in the custom user data. | |
string | PlayFabId |
Unique PlayFab identifier of the user to load data for. Optional, defaults to yourself if not set. | |
![]() | |
PlayFabAuthenticationContext | AuthenticationContext |
Additional Inherited Members | |
![]() | |
string | ToJson () |
Data is stored as JSON key-value pairs. If the Keys parameter is provided, the data object returned will only contain the data specific to the indicated Keys. Otherwise, the full set of custom character data will be returned.