C# Class PlayFab.AdminModels.PlayerStatisticDefinition

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

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

CurrentVersion public_oe property

current active version of the statistic, incremented each time the statistic resets
public uint CurrentVersion
Résultat uint

StatisticName public_oe property

unique name of the statistic
public string StatisticName
Résultat string

VersionChangeInterval public_oe property

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