Class ContentStatistics
ContentStatistics
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class ContentStatistics
Constructors
ContentStatistics(AverageStat, CountStat, CountStat, CountStat, CountStat)
Initializes a new instance of the ContentStatistics class.
Declaration
[Preserve]
public ContentStatistics(AverageStat ratingsAverage = null, CountStat ratingsCount = null, CountStat downloadsCount = null, CountStat subscriptionsCount = null, CountStat reportsCount = null)
Parameters
Type | Name | Description |
---|---|---|
AverageStat | ratingsAverage | ratingsAverage. |
CountStat | ratingsCount | ratingsCount. |
CountStat | downloadsCount | downloadsCount. |
CountStat | subscriptionsCount | subscriptionsCount. |
CountStat | reportsCount | reportsCount. |
Properties
DownloadsCount
Gets or Sets DownloadsCount
Declaration
[Preserve]
public CountStat DownloadsCount { get; set; }
Property Value
Type | Description |
---|---|
CountStat |
RatingsAverage
Gets or Sets RatingsAverage
Declaration
[Preserve]
public AverageStat RatingsAverage { get; set; }
Property Value
Type | Description |
---|---|
AverageStat |
RatingsCount
Gets or Sets RatingsCount
Declaration
[Preserve]
public CountStat RatingsCount { get; set; }
Property Value
Type | Description |
---|---|
CountStat |
ReportsCount
Gets or Sets ReportsCount
Declaration
[Preserve]
public CountStat ReportsCount { get; set; }
Property Value
Type | Description |
---|---|
CountStat |
SubscriptionsCount
Gets or Sets SubscriptionsCount
Declaration
[Preserve]
public CountStat SubscriptionsCount { get; set; }
Property Value
Type | Description |
---|---|
CountStat |