docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ContentStatistics

    ContentStatistics model

    Inheritance
    object
    ContentStatistics
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ugc.Bridge.Generated.Models
    Assembly: Unity.Services.Ugc.Bridge.Internal.Generated.dll
    Syntax
    [Preserve]
    [DataContract(Name = "ContentStatistics")]
    public class ContentStatistics

    Constructors

    ContentStatistics(ContentDownloadStatistics, int, ContentReportStatistics, ContentRatingStatistics, ContentPortalVisitStatistics, AverageStat, CountStat, CountStat, CountStat, CountStat)

    Creates an instance of ContentStatistics.

    Declaration
    [Preserve]
    public ContentStatistics(ContentDownloadStatistics downloads = null, int subscribers = 0, ContentReportStatistics reports = null, ContentRatingStatistics ratings = null, ContentPortalVisitStatistics portalVisits = null, AverageStat ratingsAverage = null, CountStat ratingsCount = null, CountStat downloadsCount = null, CountStat subscriptionsCount = null, CountStat reportsCount = null)
    Parameters
    Type Name Description
    ContentDownloadStatistics downloads

    downloads param

    int subscribers

    subscribers param

    ContentReportStatistics reports

    reports param

    ContentRatingStatistics ratings

    ratings param

    ContentPortalVisitStatistics portalVisits

    portalVisits param

    AverageStat ratingsAverage

    ratingsAverage param

    CountStat ratingsCount

    ratingsCount param

    CountStat downloadsCount

    downloadsCount param

    CountStat subscriptionsCount

    subscriptionsCount param

    CountStat reportsCount

    reportsCount param

    Properties

    Downloads

    Parameter downloads of ContentStatistics

    Declaration
    [Preserve]
    [DataMember(Name = "downloads", EmitDefaultValue = false)]
    public ContentDownloadStatistics Downloads { get; }
    Property Value
    Type Description
    ContentDownloadStatistics

    DownloadsCount

    Parameter downloadsCount of ContentStatistics

    Declaration
    [Preserve]
    [DataMember(Name = "downloadsCount", EmitDefaultValue = false)]
    public CountStat DownloadsCount { get; }
    Property Value
    Type Description
    CountStat

    PortalVisits

    Parameter portalVisits of ContentStatistics

    Declaration
    [Preserve]
    [DataMember(Name = "portalVisits", EmitDefaultValue = false)]
    public ContentPortalVisitStatistics PortalVisits { get; }
    Property Value
    Type Description
    ContentPortalVisitStatistics

    Ratings

    Parameter ratings of ContentStatistics

    Declaration
    [Preserve]
    [DataMember(Name = "ratings", EmitDefaultValue = false)]
    public ContentRatingStatistics Ratings { get; }
    Property Value
    Type Description
    ContentRatingStatistics

    RatingsAverage

    Parameter ratingsAverage of ContentStatistics

    Declaration
    [Preserve]
    [DataMember(Name = "ratingsAverage", EmitDefaultValue = false)]
    public AverageStat RatingsAverage { get; }
    Property Value
    Type Description
    AverageStat

    RatingsCount

    Parameter ratingsCount of ContentStatistics

    Declaration
    [Preserve]
    [DataMember(Name = "ratingsCount", EmitDefaultValue = false)]
    public CountStat RatingsCount { get; }
    Property Value
    Type Description
    CountStat

    Reports

    Parameter reports of ContentStatistics

    Declaration
    [Preserve]
    [DataMember(Name = "reports", EmitDefaultValue = false)]
    public ContentReportStatistics Reports { get; }
    Property Value
    Type Description
    ContentReportStatistics

    ReportsCount

    Parameter reportsCount of ContentStatistics

    Declaration
    [Preserve]
    [DataMember(Name = "reportsCount", EmitDefaultValue = false)]
    public CountStat ReportsCount { get; }
    Property Value
    Type Description
    CountStat

    Subscribers

    Parameter subscribers of ContentStatistics

    Declaration
    [Preserve]
    [DataMember(Name = "subscribers", EmitDefaultValue = false)]
    public int Subscribers { get; }
    Property Value
    Type Description
    int

    SubscriptionsCount

    Parameter subscriptionsCount of ContentStatistics

    Declaration
    [Preserve]
    [DataMember(Name = "subscriptionsCount", EmitDefaultValue = false)]
    public CountStat SubscriptionsCount { get; }
    Property Value
    Type Description
    CountStat
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)