C# Class PlayFab.ClientModels.PlayerStatisticVersion

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
ActivationTime System.DateTime
DeactivationTime DateTime?
ScheduledActivationTime DateTime?
ScheduledDeactivationTime DateTime?
StatisticName string
Version uint

Property Details

ActivationTime public property

time when the statistic version became active
public DateTime,System ActivationTime
return System.DateTime

DeactivationTime public property

time when the statistic version became inactive due to statistic version incrementing
public DateTime? DeactivationTime
return DateTime?

ScheduledActivationTime public property

time at which the statistic version was scheduled to become active, based on the configured ResetInterval
public DateTime? ScheduledActivationTime
return DateTime?

ScheduledDeactivationTime public property

time at which the statistic version was scheduled to become inactive, based on the configured ResetInterval
public DateTime? ScheduledDeactivationTime
return DateTime?

StatisticName public property

name of the statistic when the version became active
public string StatisticName
return string

Version public property

version of the statistic
public uint Version
return uint