C# Class PlayFab.ServerModels.UpdatePlayerStatisticsRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
ForceUpdate bool?
PlayFabId string
Statistics List

Property Details

ForceUpdate public_oe property

Indicates whether the statistics provided should be set, regardless of the aggregation method set on the statistic. Default is false.
public bool? ForceUpdate
return bool?

PlayFabId public_oe property

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

Statistics public_oe property

Statistics to be updated with the provided values
public List Statistics
return List