docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ContentDownloadStats

    Content download statistics

    Inheritance
    object
    ContentDownloadStats
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.UGC
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class ContentDownloadStats

    Constructors

    ContentDownloadStats(string, string, string, int?, int?, int?, int?, int?, int?, int?, int?, int?, DateTime?)

    Initializes a new instance of the ContentDownloadStats class.

    Declaration
    [Preserve]
    public ContentDownloadStats(string projectId = null, string environmentId = null, string contentId = null, int? allTime = null, int? past365Days = null, int? past180Days = null, int? past90Days = null, int? past60Days = null, int? past30Days = null, int? past14Days = null, int? past7Days = null, int? pastDay = null, DateTime? collectedAt = null)
    Parameters
    Type Name Description
    string projectId

    Project Id of the Content.

    string environmentId

    Environment Id of the Content.

    string contentId

    Content Id.

    int? allTime

    All time Content downloads total.

    int? past365Days

    Past 360 days Content downloads count.

    int? past180Days

    Past 180 days Content downloads count.

    int? past90Days

    Past 90 days Content downloads count.

    int? past60Days

    Past 60 days Content downloads count.

    int? past30Days

    Past 30 days Content downloads count.

    int? past14Days

    Past 14 days Content downloads count.

    int? past7Days

    Past 7 days Content downloads count.

    int? pastDay

    Past day Content downloads count.

    DateTime? collectedAt

    Collection date-time.

    Properties

    AllTime

    All time Content downloads total

    Declaration
    [Preserve]
    public int? AllTime { get; set; }
    Property Value
    Type Description
    int?

    All time Content downloads total

    CollectedAt

    Collection date-time

    Declaration
    [Preserve]
    public DateTime? CollectedAt { get; set; }
    Property Value
    Type Description
    DateTime?

    Collection date-time

    ContentId

    Content Id

    Declaration
    [Preserve]
    public string ContentId { get; set; }
    Property Value
    Type Description
    string

    Content Id

    EnvironmentId

    Environment Id of the Content

    Declaration
    [Preserve]
    public string EnvironmentId { get; set; }
    Property Value
    Type Description
    string

    Environment Id of the Content

    Past14Days

    Past 14 days Content downloads count

    Declaration
    [Preserve]
    public int? Past14Days { get; set; }
    Property Value
    Type Description
    int?

    Past 14 days Content downloads count

    Past180Days

    Past 180 days Content downloads count

    Declaration
    [Preserve]
    public int? Past180Days { get; set; }
    Property Value
    Type Description
    int?

    Past 180 days Content downloads count

    Past30Days

    Past 30 days Content downloads count

    Declaration
    [Preserve]
    public int? Past30Days { get; set; }
    Property Value
    Type Description
    int?

    Past 30 days Content downloads count

    Past365Days

    Past 360 days Content downloads count

    Declaration
    [Preserve]
    public int? Past365Days { get; set; }
    Property Value
    Type Description
    int?

    Past 360 days Content downloads count

    Past60Days

    Past 60 days Content downloads count

    Declaration
    [Preserve]
    public int? Past60Days { get; set; }
    Property Value
    Type Description
    int?

    Past 60 days Content downloads count

    Past7Days

    Past 7 days Content downloads count

    Declaration
    [Preserve]
    public int? Past7Days { get; set; }
    Property Value
    Type Description
    int?

    Past 7 days Content downloads count

    Past90Days

    Past 90 days Content downloads count

    Declaration
    [Preserve]
    public int? Past90Days { get; set; }
    Property Value
    Type Description
    int?

    Past 90 days Content downloads count

    PastDay

    Past day Content downloads count

    Declaration
    [Preserve]
    public int? PastDay { get; set; }
    Property Value
    Type Description
    int?

    Past day Content downloads count

    ProjectId

    Project Id of the Content

    Declaration
    [Preserve]
    public string ProjectId { get; set; }
    Property Value
    Type Description
    string

    Project Id of the Content

    In This Article
    Back to top
    Copyright © 2024 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)