C# Class PlayFab.ClientModels.StatisticUpdate

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
StatisticName string
Value int
Version uint?

Property Details

StatisticName public property

unique name of the statistic
public string StatisticName
return string

Value public property

statistic value for the player
public int Value
return int

Version public property

for updates to an existing statistic value for a player, the version of the statistic when it was loaded. Null when setting the statistic value for the first time.
public uint? Version
return uint?