Show / Hide Table of Contents

Class AnalyticsResponse

AnalyticsResponse

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

Properties

ColumnLabels

ColumnLabels

Declaration
public List<AnalyticsColumnLabel> ColumnLabels { get; set; }
Property Value
Type Description
System.Collections.Generic.List<AnalyticsColumnLabel>

ContextDescription

ContextDescription

Declaration
public List<AnalyticsContextDescription> ContextDescription { get; set; }
Property Value
Type Description
System.Collections.Generic.List<AnalyticsContextDescription>

RowCount

Number of rows returned

Declaration
public long? RowCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Rows

Rows

Declaration
public List<object> Rows { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Object>
Back to top Generated by DocFX