C# 클래스 PlayFab.AdminModels.CreatePlayerStatisticDefinitionRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AggregationMethod StatisticAggregationMethod?
StatisticName string
VersionChangeInterval StatisticResetIntervalOption?

프로퍼티 상세

AggregationMethod 공개적으로 프로퍼티

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

StatisticName 공개적으로 프로퍼티

unique name of the statistic
public string StatisticName
리턴 string

VersionChangeInterval 공개적으로 프로퍼티

interval at which the values of the statistic for all players are reset (resets begin at the next interval boundary)
public StatisticResetIntervalOption? VersionChangeInterval
리턴 StatisticResetIntervalOption?