Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PlayFab
ServerModels
UpdatePlayerStatisticsRequest
C# Class PlayFab.ServerModels.UpdatePlayerStatisticsRequest
Inheritance:
PlayFabRequestCommon
Mostra file
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