Class CdnApi
Inheritance
System.Object
CdnApi
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.Encoding.Outputs.Cdn
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class CdnApi
Constructors
CdnApi(IBitmovinApiClientFactory)
Declaration
public CdnApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of CdnApi
Declaration
public static BitmovinApiBuilder<CdnApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<CdnApi> |
Methods
GetAsync(String)
CDN Output Details
Declaration
public Task<CdnOutput> GetAsync(string outputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputId | Id of the output (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<CdnOutput> |
ListAsync(Func<CdnApi.ListQueryParams, CdnApi.ListQueryParams>[])
List CDN Outputs
Declaration
public Task<PaginationResponse<CdnOutput>> ListAsync(params Func<CdnApi.ListQueryParams, CdnApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<CdnApi.ListQueryParams, CdnApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<CdnOutput>> |