Class AnalyticsAvgDroppedFramesResponse
AnalyticsAvgDroppedFramesResponse
Inheritance
System.Object
AnalyticsAvgDroppedFramesResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AnalyticsAvgDroppedFramesResponse
Properties
ColumnLabels
ColumnLabels
Declaration
public List<AnalyticsColumnLabel> ColumnLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AnalyticsColumnLabel> |
RowCount
Number of rows returned
Declaration
public long? RowCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Rows
Rows
Declaration
public List<double?> Rows { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Nullable<System.Double>> |