C# Class PlayFab.ServerModels.UpdatePlayerStatisticsRequest

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

Public Properties

Property Type Description
ForceUpdate bool?
PlayFabId string
Statistics List

Property Details

ForceUpdate public 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 property

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

Statistics public property

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