Class EnvironmentStatisticsDTO
EnvironmentStatisticsDTO
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class EnvironmentStatisticsDTO
Constructors
EnvironmentStatisticsDTO(EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, CountStat, CountStat, CountStat, CountStat)
Initializes a new instance of the EnvironmentStatisticsDTO class.
Declaration
[Preserve]
public EnvironmentStatisticsDTO(EnvironmentDetailedStatisticsDTO allTime = null, EnvironmentDetailedStatisticsDTO past365Days = null, EnvironmentDetailedStatisticsDTO past180Days = null, EnvironmentDetailedStatisticsDTO past90Days = null, EnvironmentDetailedStatisticsDTO past60Days = null, EnvironmentDetailedStatisticsDTO past30Days = null, EnvironmentDetailedStatisticsDTO past14Days = null, EnvironmentDetailedStatisticsDTO past7Days = null, EnvironmentDetailedStatisticsDTO pastDay = null, CountStat contentCount = null, CountStat downloadCount = null, CountStat subscriptionCount = null, CountStat reportCount = null)
Parameters
Type | Name | Description |
---|---|---|
EnvironmentDetailedStatisticsDTO | allTime | allTime. |
EnvironmentDetailedStatisticsDTO | past365Days | past365Days. |
EnvironmentDetailedStatisticsDTO | past180Days | past180Days. |
EnvironmentDetailedStatisticsDTO | past90Days | past90Days. |
EnvironmentDetailedStatisticsDTO | past60Days | past60Days. |
EnvironmentDetailedStatisticsDTO | past30Days | past30Days. |
EnvironmentDetailedStatisticsDTO | past14Days | past14Days. |
EnvironmentDetailedStatisticsDTO | past7Days | past7Days. |
EnvironmentDetailedStatisticsDTO | pastDay | pastDay. |
CountStat | contentCount | contentCount. |
CountStat | downloadCount | downloadCount. |
CountStat | subscriptionCount | subscriptionCount. |
CountStat | reportCount | reportCount. |
Properties
AllTime
Gets or Sets AllTime
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO AllTime { get; set; }
Property Value
Type | Description |
---|---|
EnvironmentDetailedStatisticsDTO |
ContentCount
Gets or Sets ContentCount
Declaration
[Preserve]
public CountStat ContentCount { get; set; }
Property Value
Type | Description |
---|---|
CountStat |
DownloadCount
Gets or Sets DownloadCount
Declaration
[Preserve]
public CountStat DownloadCount { get; set; }
Property Value
Type | Description |
---|---|
CountStat |
Past14Days
Gets or Sets Past14Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past14Days { get; set; }
Property Value
Type | Description |
---|---|
EnvironmentDetailedStatisticsDTO |
Past180Days
Gets or Sets Past180Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past180Days { get; set; }
Property Value
Type | Description |
---|---|
EnvironmentDetailedStatisticsDTO |
Past30Days
Gets or Sets Past30Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past30Days { get; set; }
Property Value
Type | Description |
---|---|
EnvironmentDetailedStatisticsDTO |
Past365Days
Gets or Sets Past365Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past365Days { get; set; }
Property Value
Type | Description |
---|---|
EnvironmentDetailedStatisticsDTO |
Past60Days
Gets or Sets Past60Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past60Days { get; set; }
Property Value
Type | Description |
---|---|
EnvironmentDetailedStatisticsDTO |
Past7Days
Gets or Sets Past7Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past7Days { get; set; }
Property Value
Type | Description |
---|---|
EnvironmentDetailedStatisticsDTO |
Past90Days
Gets or Sets Past90Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past90Days { get; set; }
Property Value
Type | Description |
---|---|
EnvironmentDetailedStatisticsDTO |
PastDay
Gets or Sets PastDay
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO PastDay { get; set; }
Property Value
Type | Description |
---|---|
EnvironmentDetailedStatisticsDTO |
ReportCount
Gets or Sets ReportCount
Declaration
[Preserve]
public CountStat ReportCount { get; set; }
Property Value
Type | Description |
---|---|
CountStat |
SubscriptionCount
Gets or Sets SubscriptionCount
Declaration
[Preserve]
public CountStat SubscriptionCount { get; set; }
Property Value
Type | Description |
---|---|
CountStat |