docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlayerStatisticsDTO

    PlayerStatisticsDTO

    Inheritance
    object
    PlayerStatisticsDTO
    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 PlayerStatisticsDTO

    Constructors

    PlayerStatisticsDTO(string, string, string, int, int, int, int, int, int, double, int, int, int, double, int, DateTime, CountStat, CountStat, CountStat, CountStat, CountStat, CountStat, AverageStat, CountStat, CountStat, CountStat, AverageStat, CountStat)

    Initializes a new instance of the PlayerStatisticsDTO class.

    Declaration
    [Preserve]
    public PlayerStatisticsDTO(string projectId = null, string environmentId = null, string playerId = null, int playerContentCount = 0, int approvedPlayerContentCount = 0, int rejectedPlayerContentCount = 0, int needsModerationPlayerContentCount = 0, int subscriptionForPlayerContent = 0, int ratingForPlayerContent = 0, double averageRatingForPlayerContent = 0, int reportForPlayerContent = 0, int playerSubscriptions = 0, int playerRatings = 0, double playerAverageRating = 0, int playersReports = 0, DateTime updatedAt = default, CountStat contentCount = null, CountStat approvedContentCount = null, CountStat rejectedContentCount = null, CountStat needsModerationContentCount = null, CountStat subscriptionCount = null, CountStat ratingsCount = null, AverageStat averageContentRating = null, CountStat reportsCount = null, CountStat subscriberCount = null, CountStat playerRatingCount = null, AverageStat averageContentRatingGiven = null, CountStat reportsGivenCount = null)
    Parameters
    Type Name Description
    string projectId

    projectId.

    string environmentId

    environmentId.

    string playerId

    playerId.

    int playerContentCount

    playerContentCount.

    int approvedPlayerContentCount

    approvedPlayerContentCount.

    int rejectedPlayerContentCount

    rejectedPlayerContentCount.

    int needsModerationPlayerContentCount

    needsModerationPlayerContentCount.

    int subscriptionForPlayerContent

    subscriptionForPlayerContent.

    int ratingForPlayerContent

    ratingForPlayerContent.

    double averageRatingForPlayerContent

    averageRatingForPlayerContent.

    int reportForPlayerContent

    reportForPlayerContent.

    int playerSubscriptions

    playerSubscriptions.

    int playerRatings

    playerRatings.

    double playerAverageRating

    playerAverageRating.

    int playersReports

    playersReports.

    DateTime updatedAt

    updatedAt.

    CountStat contentCount

    contentCount.

    CountStat approvedContentCount

    approvedContentCount.

    CountStat rejectedContentCount

    rejectedContentCount.

    CountStat needsModerationContentCount

    needsModerationContentCount.

    CountStat subscriptionCount

    subscriptionCount.

    CountStat ratingsCount

    ratingsCount.

    AverageStat averageContentRating

    averageContentRating.

    CountStat reportsCount

    reportsCount.

    CountStat subscriberCount

    subscriberCount.

    CountStat playerRatingCount

    playerRatingCount.

    AverageStat averageContentRatingGiven

    averageContentRatingGiven.

    CountStat reportsGivenCount

    reportsGivenCount.

    Properties

    ApprovedContentCount

    Gets or Sets ApprovedContentCount

    Declaration
    [Preserve]
    public CountStat ApprovedContentCount { get; set; }
    Property Value
    Type Description
    CountStat

    ApprovedPlayerContentCount

    Gets or Sets ApprovedPlayerContentCount

    Declaration
    [Obsolete]
    [Preserve]
    public int ApprovedPlayerContentCount { get; set; }
    Property Value
    Type Description
    int

    AverageContentRating

    Gets or Sets AverageContentRating

    Declaration
    [Preserve]
    public AverageStat AverageContentRating { get; set; }
    Property Value
    Type Description
    AverageStat

    AverageContentRatingGiven

    Gets or Sets AverageContentRatingGiven

    Declaration
    [Preserve]
    public AverageStat AverageContentRatingGiven { get; set; }
    Property Value
    Type Description
    AverageStat

    AverageRatingForPlayerContent

    Gets or Sets AverageRatingForPlayerContent

    Declaration
    [Obsolete]
    [Preserve]
    public double AverageRatingForPlayerContent { get; set; }
    Property Value
    Type Description
    double

    ContentCount

    Gets or Sets ContentCount

    Declaration
    [Preserve]
    public CountStat ContentCount { get; set; }
    Property Value
    Type Description
    CountStat

    EnvironmentId

    Gets or Sets EnvironmentId

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

    NeedsModerationContentCount

    Gets or Sets NeedsModerationContentCount

    Declaration
    [Preserve]
    public CountStat NeedsModerationContentCount { get; set; }
    Property Value
    Type Description
    CountStat

    NeedsModerationPlayerContentCount

    Gets or Sets NeedsModerationPlayerContentCount

    Declaration
    [Obsolete]
    [Preserve]
    public int NeedsModerationPlayerContentCount { get; set; }
    Property Value
    Type Description
    int

    PlayerAverageRating

    Gets or Sets PlayerAverageRating

    Declaration
    [Obsolete]
    [Preserve]
    public double PlayerAverageRating { get; set; }
    Property Value
    Type Description
    double

    PlayerContentCount

    Gets or Sets PlayerContentCount

    Declaration
    [Obsolete]
    [Preserve]
    public int PlayerContentCount { get; set; }
    Property Value
    Type Description
    int

    PlayerId

    Gets or Sets PlayerId

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

    PlayerRatingCount

    Gets or Sets PlayerRatingCount

    Declaration
    [Preserve]
    public CountStat PlayerRatingCount { get; set; }
    Property Value
    Type Description
    CountStat

    PlayerRatings

    Gets or Sets PlayerRatings

    Declaration
    [Obsolete]
    [Preserve]
    public int PlayerRatings { get; set; }
    Property Value
    Type Description
    int

    PlayerSubscriptions

    Gets or Sets PlayerSubscriptions

    Declaration
    [Obsolete]
    [Preserve]
    public int PlayerSubscriptions { get; set; }
    Property Value
    Type Description
    int

    PlayersReports

    Gets or Sets PlayersReports

    Declaration
    [Obsolete]
    [Preserve]
    public int PlayersReports { get; set; }
    Property Value
    Type Description
    int

    ProjectId

    Gets or Sets ProjectId

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

    RatingForPlayerContent

    Gets or Sets RatingForPlayerContent

    Declaration
    [Obsolete]
    [Preserve]
    public int RatingForPlayerContent { get; set; }
    Property Value
    Type Description
    int

    RatingsCount

    Gets or Sets RatingsCount

    Declaration
    [Preserve]
    public CountStat RatingsCount { get; set; }
    Property Value
    Type Description
    CountStat

    RejectedContentCount

    Gets or Sets RejectedContentCount

    Declaration
    [Preserve]
    public CountStat RejectedContentCount { get; set; }
    Property Value
    Type Description
    CountStat

    RejectedPlayerContentCount

    Gets or Sets RejectedPlayerContentCount

    Declaration
    [Obsolete]
    [Preserve]
    public int RejectedPlayerContentCount { get; set; }
    Property Value
    Type Description
    int

    ReportForPlayerContent

    Gets or Sets ReportForPlayerContent

    Declaration
    [Obsolete]
    [Preserve]
    public int ReportForPlayerContent { get; set; }
    Property Value
    Type Description
    int

    ReportsCount

    Gets or Sets ReportsCount

    Declaration
    [Preserve]
    public CountStat ReportsCount { get; set; }
    Property Value
    Type Description
    CountStat

    ReportsGivenCount

    Gets or Sets ReportsGivenCount

    Declaration
    [Preserve]
    public CountStat ReportsGivenCount { get; set; }
    Property Value
    Type Description
    CountStat

    SubscriberCount

    Gets or Sets SubscriberCount

    Declaration
    [Preserve]
    public CountStat SubscriberCount { get; set; }
    Property Value
    Type Description
    CountStat

    SubscriptionCount

    Gets or Sets SubscriptionCount

    Declaration
    [Preserve]
    public CountStat SubscriptionCount { get; set; }
    Property Value
    Type Description
    CountStat

    SubscriptionForPlayerContent

    Gets or Sets SubscriptionForPlayerContent

    Declaration
    [Obsolete]
    [Preserve]
    public int SubscriptionForPlayerContent { get; set; }
    Property Value
    Type Description
    int

    UpdatedAt

    Gets or Sets UpdatedAt

    Declaration
    [Preserve]
    public DateTime UpdatedAt { get; set; }
    Property Value
    Type Description
    DateTime
    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)