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 Content
Declaration
[Preserve]
public ContentStatistics(AverageStat ratingsAverage = null, CountStat ratingsCount = null, CountStat downloadsCount = null, CountStat subscriptionsCount = null, CountStat reportsCount = null)
Parameters
Type | Name | Description |
---|---|---|
Average |
ratingsAverage | ratingsAverage. |
Count |
ratingsCount | ratingsCount. |
Count |
downloadsCount | downloadsCount. |
Count |
subscriptionsCount | subscriptionsCount. |
Count |
reportsCount | reportsCount. |
Properties
DownloadsCount
Gets or Sets DownloadsCount
Declaration
[Preserve]
public CountStat DownloadsCount { get; set; }
Property Value
Type | Description |
---|---|
Count |
RatingsAverage
Gets or Sets RatingsAverage
Declaration
[Preserve]
public AverageStat RatingsAverage { get; set; }
Property Value
Type | Description |
---|---|
Average |
RatingsCount
Gets or Sets RatingsCount
Declaration
[Preserve]
public CountStat RatingsCount { get; set; }
Property Value
Type | Description |
---|---|
Count |
ReportsCount
Gets or Sets ReportsCount
Declaration
[Preserve]
public CountStat ReportsCount { get; set; }
Property Value
Type | Description |
---|---|
Count |
SubscriptionsCount
Gets or Sets SubscriptionsCount
Declaration
[Preserve]
public CountStat SubscriptionsCount { get; set; }
Property Value
Type | Description |
---|---|
Count |