C# 클래스 PlayFab.AdminModels.PlayerStatisticVersion

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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