docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class EnvironmentStatisticsDTO

    EnvironmentStatisticsDTO model

    Inheritance
    object
    EnvironmentStatisticsDTO
    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 = "EnvironmentStatisticsDTO")]
    public class EnvironmentStatisticsDTO

    Constructors

    EnvironmentStatisticsDTO(EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, EnvironmentDetailedStatisticsDTO, CountStat, CountStat, CountStat, CountStat)

    Creates an instance of EnvironmentStatisticsDTO.

    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 param

    EnvironmentDetailedStatisticsDTO past365Days

    past365Days param

    EnvironmentDetailedStatisticsDTO past180Days

    past180Days param

    EnvironmentDetailedStatisticsDTO past90Days

    past90Days param

    EnvironmentDetailedStatisticsDTO past60Days

    past60Days param

    EnvironmentDetailedStatisticsDTO past30Days

    past30Days param

    EnvironmentDetailedStatisticsDTO past14Days

    past14Days param

    EnvironmentDetailedStatisticsDTO past7Days

    past7Days param

    EnvironmentDetailedStatisticsDTO pastDay

    pastDay param

    CountStat contentCount

    contentCount param

    CountStat downloadCount

    downloadCount param

    CountStat subscriptionCount

    subscriptionCount param

    CountStat reportCount

    reportCount param

    Properties

    AllTime

    Parameter allTime of EnvironmentStatisticsDTO

    Declaration
    [Preserve]
    [DataMember(Name = "allTime", EmitDefaultValue = false)]
    public EnvironmentDetailedStatisticsDTO AllTime { get; }
    Property Value
    Type Description
    EnvironmentDetailedStatisticsDTO

    ContentCount

    Parameter contentCount of EnvironmentStatisticsDTO

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

    DownloadCount

    Parameter downloadCount of EnvironmentStatisticsDTO

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

    Past14Days

    Parameter past14Days of EnvironmentStatisticsDTO

    Declaration
    [Preserve]
    [DataMember(Name = "past14Days", EmitDefaultValue = false)]
    public EnvironmentDetailedStatisticsDTO Past14Days { get; }
    Property Value
    Type Description
    EnvironmentDetailedStatisticsDTO

    Past180Days

    Parameter past180Days of EnvironmentStatisticsDTO

    Declaration
    [Preserve]
    [DataMember(Name = "past180Days", EmitDefaultValue = false)]
    public EnvironmentDetailedStatisticsDTO Past180Days { get; }
    Property Value
    Type Description
    EnvironmentDetailedStatisticsDTO

    Past30Days

    Parameter past30Days of EnvironmentStatisticsDTO

    Declaration
    [Preserve]
    [DataMember(Name = "past30Days", EmitDefaultValue = false)]
    public EnvironmentDetailedStatisticsDTO Past30Days { get; }
    Property Value
    Type Description
    EnvironmentDetailedStatisticsDTO

    Past365Days

    Parameter past365Days of EnvironmentStatisticsDTO

    Declaration
    [Preserve]
    [DataMember(Name = "past365Days", EmitDefaultValue = false)]
    public EnvironmentDetailedStatisticsDTO Past365Days { get; }
    Property Value
    Type Description
    EnvironmentDetailedStatisticsDTO

    Past60Days

    Parameter past60Days of EnvironmentStatisticsDTO

    Declaration
    [Preserve]
    [DataMember(Name = "past60Days", EmitDefaultValue = false)]
    public EnvironmentDetailedStatisticsDTO Past60Days { get; }
    Property Value
    Type Description
    EnvironmentDetailedStatisticsDTO

    Past7Days

    Parameter past7Days of EnvironmentStatisticsDTO

    Declaration
    [Preserve]
    [DataMember(Name = "past7Days", EmitDefaultValue = false)]
    public EnvironmentDetailedStatisticsDTO Past7Days { get; }
    Property Value
    Type Description
    EnvironmentDetailedStatisticsDTO

    Past90Days

    Parameter past90Days of EnvironmentStatisticsDTO

    Declaration
    [Preserve]
    [DataMember(Name = "past90Days", EmitDefaultValue = false)]
    public EnvironmentDetailedStatisticsDTO Past90Days { get; }
    Property Value
    Type Description
    EnvironmentDetailedStatisticsDTO

    PastDay

    Parameter pastDay of EnvironmentStatisticsDTO

    Declaration
    [Preserve]
    [DataMember(Name = "pastDay", EmitDefaultValue = false)]
    public EnvironmentDetailedStatisticsDTO PastDay { get; }
    Property Value
    Type Description
    EnvironmentDetailedStatisticsDTO

    ReportCount

    Parameter reportCount of EnvironmentStatisticsDTO

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

    SubscriptionCount

    Parameter subscriptionCount of EnvironmentStatisticsDTO

    Declaration
    [Preserve]
    [DataMember(Name = "subscriptionCount", EmitDefaultValue = false)]
    public CountStat SubscriptionCount { 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)