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 Environment
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 |
---|---|---|
Environment |
allTime | allTime. |
Environment |
past365Days | past365Days. |
Environment |
past180Days | past180Days. |
Environment |
past90Days | past90Days. |
Environment |
past60Days | past60Days. |
Environment |
past30Days | past30Days. |
Environment |
past14Days | past14Days. |
Environment |
past7Days | past7Days. |
Environment |
pastDay | pastDay. |
Count |
contentCount | contentCount. |
Count |
downloadCount | downloadCount. |
Count |
subscriptionCount | subscriptionCount. |
Count |
reportCount | reportCount. |
Properties
AllTime
Gets or Sets AllTime
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO AllTime { get; set; }
Property Value
Type | Description |
---|---|
Environment |
ContentCount
Gets or Sets ContentCount
Declaration
[Preserve]
public CountStat ContentCount { get; set; }
Property Value
Type | Description |
---|---|
Count |
DownloadCount
Gets or Sets DownloadCount
Declaration
[Preserve]
public CountStat DownloadCount { get; set; }
Property Value
Type | Description |
---|---|
Count |
Past14Days
Gets or Sets Past14Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past14Days { get; set; }
Property Value
Type | Description |
---|---|
Environment |
Past180Days
Gets or Sets Past180Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past180Days { get; set; }
Property Value
Type | Description |
---|---|
Environment |
Past30Days
Gets or Sets Past30Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past30Days { get; set; }
Property Value
Type | Description |
---|---|
Environment |
Past365Days
Gets or Sets Past365Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past365Days { get; set; }
Property Value
Type | Description |
---|---|
Environment |
Past60Days
Gets or Sets Past60Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past60Days { get; set; }
Property Value
Type | Description |
---|---|
Environment |
Past7Days
Gets or Sets Past7Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past7Days { get; set; }
Property Value
Type | Description |
---|---|
Environment |
Past90Days
Gets or Sets Past90Days
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO Past90Days { get; set; }
Property Value
Type | Description |
---|---|
Environment |
PastDay
Gets or Sets PastDay
Declaration
[Preserve]
public EnvironmentDetailedStatisticsDTO PastDay { get; set; }
Property Value
Type | Description |
---|---|
Environment |
ReportCount
Gets or Sets ReportCount
Declaration
[Preserve]
public CountStat ReportCount { get; set; }
Property Value
Type | Description |
---|---|
Count |
SubscriptionCount
Gets or Sets SubscriptionCount
Declaration
[Preserve]
public CountStat SubscriptionCount { get; set; }
Property Value
Type | Description |
---|---|
Count |