C# Class PlayFab.AdminModels.UpdatePlayerStatisticDefinitionRequest

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

Méthodes publiques

Свойство Type Description
AggregationMethod StatisticAggregationMethod?
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?

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 (changes are effective at the next occurance of the new interval boundary)
public StatisticResetIntervalOption? VersionChangeInterval
Résultat StatisticResetIntervalOption?