Show / Hide Table of Contents

Class AnalyticsAvgConcurrentViewersResponse

AnalyticsAvgConcurrentViewersResponse

Inheritance
System.Object
AnalyticsAvgConcurrentViewersResponse
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 AnalyticsAvgConcurrentViewersResponse

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>>
Back to top Generated by DocFX