Show / Hide Table of Contents

Class CountApi

Inheritance
System.Object
CountApi
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.Count
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class CountApi

Constructors

CountApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of CountApi

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

Methods

CreateAsync(AnalyticsCountQueryRequest)

Count

Declaration
public Task<AnalyticsResponse> CreateAsync(AnalyticsCountQueryRequest analyticsCountQueryRequest)
Parameters
Type Name Description
AnalyticsCountQueryRequest analyticsCountQueryRequest

Analytics Query Object

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