C# Class PlayFab.AdminModels.PlayerStatisticVersion

Datei anzeigen 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_oe property

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

ArchivalStatus public_oe 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_oe property

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

DeactivationTime public_oe property

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

ScheduledActivationTime public_oe property

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

ScheduledDeactivationTime public_oe property

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

StatisticName public_oe property

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

Version public_oe property

version of the statistic
public uint Version
return uint