C# Class PlayFab.AdminModels.PlayerStatisticDefinition

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
AggregationMethod StatisticAggregationMethod?
CurrentVersion uint
StatisticName string
VersionChangeInterval StatisticResetIntervalOption?

Property Details

AggregationMethod public_oe property

the aggregation method to use in updating the statistic (defaults to last)
public StatisticAggregationMethod? AggregationMethod
return StatisticAggregationMethod?

CurrentVersion public_oe property

current active version of the statistic, incremented each time the statistic resets
public uint CurrentVersion
return uint

StatisticName public_oe property

unique name of the statistic
public string StatisticName
return string

VersionChangeInterval public_oe property

interval at which the values of the statistic for all players are reset automatically
public StatisticResetIntervalOption? VersionChangeInterval
return StatisticResetIntervalOption?