C# Class PlayFab.AdminModels.PlayerStatisticVersion

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
ActivationTime System.DateTime
ArchivalStatus StatisticVersionArchivalStatus?
ArchiveDownloadUrl string
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

ArchivalStatus public property

status of the process of saving player statistic values of the previous version to a downloadable archive
public StatisticVersionArchivalStatus? ArchivalStatus
return StatisticVersionArchivalStatus?

ArchiveDownloadUrl public property

URL for the downloadable archive of player statistic values, if available
public string ArchiveDownloadUrl
return string

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