Class ContentDownloadStats
Content download statistics
Inherited Members
Namespace: Unity.Services.Ugc.Bridge.Generated.Models
Assembly: Unity.Services.Ugc.Bridge.Internal.Generated.dll
Syntax
[Preserve]
[DataContract(Name = "ContentDownloadStats")]
public class ContentDownloadStats
Constructors
ContentDownloadStats(string, string, string, int?, int?, int?, int?, int?, int?, int?, int?, int?, DateTime?)
Content download statistics
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]
[DataMember(Name = "allTime", EmitDefaultValue = false)]
public int? AllTime { get; }
Property Value
Type | Description |
---|---|
int? |
CollectedAt
Collection date-time
Declaration
[Preserve]
[DataMember(Name = "collectedAt", EmitDefaultValue = false)]
public DateTime? CollectedAt { get; }
Property Value
Type | Description |
---|---|
DateTime? |
ContentId
Content Id
Declaration
[Preserve]
[DataMember(Name = "contentId", EmitDefaultValue = false)]
public string ContentId { get; }
Property Value
Type | Description |
---|---|
string |
EnvironmentId
Environment Id of the Content
Declaration
[Preserve]
[DataMember(Name = "environmentId", EmitDefaultValue = false)]
public string EnvironmentId { get; }
Property Value
Type | Description |
---|---|
string |
Past14Days
Past 14 days Content downloads count
Declaration
[Preserve]
[DataMember(Name = "past14Days", EmitDefaultValue = false)]
public int? Past14Days { get; }
Property Value
Type | Description |
---|---|
int? |
Past180Days
Past 180 days Content downloads count
Declaration
[Preserve]
[DataMember(Name = "past180Days", EmitDefaultValue = false)]
public int? Past180Days { get; }
Property Value
Type | Description |
---|---|
int? |
Past30Days
Past 30 days Content downloads count
Declaration
[Preserve]
[DataMember(Name = "past30Days", EmitDefaultValue = false)]
public int? Past30Days { get; }
Property Value
Type | Description |
---|---|
int? |
Past365Days
Past 360 days Content downloads count
Declaration
[Preserve]
[DataMember(Name = "past365Days", EmitDefaultValue = false)]
public int? Past365Days { get; }
Property Value
Type | Description |
---|---|
int? |
Past60Days
Past 60 days Content downloads count
Declaration
[Preserve]
[DataMember(Name = "past60Days", EmitDefaultValue = false)]
public int? Past60Days { get; }
Property Value
Type | Description |
---|---|
int? |
Past7Days
Past 7 days Content downloads count
Declaration
[Preserve]
[DataMember(Name = "past7Days", EmitDefaultValue = false)]
public int? Past7Days { get; }
Property Value
Type | Description |
---|---|
int? |
Past90Days
Past 90 days Content downloads count
Declaration
[Preserve]
[DataMember(Name = "past90Days", EmitDefaultValue = false)]
public int? Past90Days { get; }
Property Value
Type | Description |
---|---|
int? |
PastDay
Past day Content downloads count
Declaration
[Preserve]
[DataMember(Name = "pastDay", EmitDefaultValue = false)]
public int? PastDay { get; }
Property Value
Type | Description |
---|---|
int? |
ProjectId
Project Id of the Content
Declaration
[Preserve]
[DataMember(Name = "projectId", EmitDefaultValue = false)]
public string ProjectId { get; }
Property Value
Type | Description |
---|---|
string |