Show / Hide Table of Contents

Class TransferRetriesApi

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

Constructors

TransferRetriesApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of TransferRetriesApi

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

Methods

CreateAsync(String)

Starts transfer retry. A transfer retry is only possible within 72 hours.

Declaration
public Task<TransferRetry> CreateAsync(string encodingId)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

Returns
Type Description
System.Threading.Tasks.Task<TransferRetry>

GetAsync(String, String)

Transfer retry Details

Declaration
public Task<TransferRetry> GetAsync(string encodingId, string transferRetryId)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

System.String transferRetryId

Id of the transfer-retry. (required)

Returns
Type Description
System.Threading.Tasks.Task<TransferRetry>

ListAsync(String, Func<TransferRetriesApi.ListQueryParams, TransferRetriesApi.ListQueryParams>[])

List transfer-retries

Declaration
public Task<PaginationResponse<TransferRetry>> ListAsync(string encodingId, params Func<TransferRetriesApi.ListQueryParams, TransferRetriesApi.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

System.Func<TransferRetriesApi.ListQueryParams, TransferRetriesApi.ListQueryParams>[] queryParams

The query parameters for sorting, filtering and paging options (optional)

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