C# Class PlayFab.AdminModels.CreatePlayerStatisticDefinitionRequest

Inheritance: PlayFabRequestCommon
Mostra file 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 (resets begin at the next interval boundary)
public StatisticResetIntervalOption? VersionChangeInterval
return StatisticResetIntervalOption?