C# Класс PlayFab.AdminModels.PlayerStatisticVersion

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ActivationTime System.DateTime
ArchivalStatus StatisticVersionArchivalStatus?
ArchiveDownloadUrl string
DeactivationTime DateTime?
ScheduledActivationTime DateTime?
ScheduledDeactivationTime DateTime?
StatisticName string
Version uint

Описание свойств

ActivationTime публичное свойство

time when the statistic version became active
public DateTime,System ActivationTime
Результат System.DateTime

ArchivalStatus публичное свойство

status of the process of saving player statistic values of the previous version to a downloadable archive
public StatisticVersionArchivalStatus? ArchivalStatus
Результат StatisticVersionArchivalStatus?

ArchiveDownloadUrl публичное свойство

URL for the downloadable archive of player statistic values, if available
public string ArchiveDownloadUrl
Результат string

DeactivationTime публичное свойство

time when the statistic version became inactive due to statistic version incrementing
public DateTime? DeactivationTime
Результат DateTime?

ScheduledActivationTime публичное свойство

time at which the statistic version was scheduled to become active, based on the configured ResetInterval
public DateTime? ScheduledActivationTime
Результат DateTime?

ScheduledDeactivationTime публичное свойство

time at which the statistic version was scheduled to become inactive, based on the configured ResetInterval
public DateTime? ScheduledDeactivationTime
Результат DateTime?

StatisticName публичное свойство

name of the statistic when the version became active
public string StatisticName
Результат string

Version публичное свойство

version of the statistic
public uint Version
Результат uint