Show / Hide Table of Contents

Class MaxApi

Inheritance
System.Object
MaxApi
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.Analytics.Queries.Max
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class MaxApi

Constructors

MaxApi(IBitmovinApiClientFactory)

Declaration
public MaxApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Builder

Fluent builder for creating an instance of MaxApi

Declaration
public static BitmovinApiBuilder<MaxApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<MaxApi>

Methods

CreateAsync(AnalyticsMaxQueryRequest)

Max

Declaration
public Task<AnalyticsResponse> CreateAsync(AnalyticsMaxQueryRequest analyticsMaxQueryRequest)
Parameters
Type Name Description
AnalyticsMaxQueryRequest analyticsMaxQueryRequest

Analytics Query Object

Returns
Type Description
System.Threading.Tasks.Task<AnalyticsResponse>
Back to top Generated by DocFX