C# Class PlayFab.AdminModels.UpdatePlayerStatisticDefinitionRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property 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
return StatisticAggregationMethod?

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