C# Class PlayFab.ServerModels.UpdatePlayerStatisticsRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat bool?

PlayFabId public_oe property

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

Statistics public_oe property

Statistics to be updated with the provided values
public List Statistics
Résultat List