Class ExportsApi
Inheritance
System.Object
ExportsApi
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.Exports
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ExportsApi
Constructors
ExportsApi(IBitmovinApiClientFactory)
Declaration
public ExportsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of ExportsApi
Declaration
public static BitmovinApiBuilder<ExportsApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<ExportsApi> |
Methods
CreateAsync(AnalyticsExportTask)
Create Export Task
Declaration
public Task<AnalyticsExportTask> CreateAsync(AnalyticsExportTask analyticsExportTask)
Parameters
Type | Name | Description |
---|---|---|
AnalyticsExportTask | analyticsExportTask | The export task to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AnalyticsExportTask> |
GetAsync(String)
Get export task
Declaration
public Task<AnalyticsExportTask> GetAsync(string exportTaskId)
Parameters
Type | Name | Description |
---|---|---|
System.String | exportTaskId | Export task id (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<AnalyticsExportTask> |
ListAsync(Func<ExportsApi.ListQueryParams, ExportsApi.ListQueryParams>[])
List Export Tasks
Declaration
public Task<PaginationResponse<AnalyticsExportTask>> ListAsync(params Func<ExportsApi.ListQueryParams, ExportsApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<ExportsApi.ListQueryParams, ExportsApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<AnalyticsExportTask>> |