Class OutputsApi
Inheritance
System.Object
OutputsApi
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()
Assembly: Bitmovin.Api.Sdk.dll
Syntax
Constructors
OutputsApi(IBitmovinApiClientFactory)
Declaration
public OutputsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Properties
AkamaiMsl
Declaration
public AkamaiMslApi AkamaiMsl { get; }
Property Value
AkamaiNetstorage
Declaration
public AkamaiNetstorageApi AkamaiNetstorage { get; }
Property Value
Azure
Declaration
public AzureApi Azure { get; }
Property Value
Builder
Fluent builder for creating an instance of OutputsApi
Declaration
public static BitmovinApiBuilder<OutputsApi> Builder { get; }
Property Value
Cdn
Declaration
public CdnApi Cdn { get; }
Property Value
Ftp
Declaration
public FtpApi Ftp { get; }
Property Value
Gcs
Declaration
public GcsApi Gcs { get; }
Property Value
GcsServiceAccount
Declaration
public GcsServiceAccountApi GcsServiceAccount { get; }
Property Value
GenericS3
Declaration
public GenericS3Api GenericS3 { get; }
Property Value
Declaration
public LiveMediaIngestApi LiveMediaIngest { get; }
Property Value
Local
Declaration
public LocalApi Local { get; }
Property Value
S3
Declaration
Property Value
S3RoleBased
Declaration
public S3RoleBasedApi S3RoleBased { get; }
Property Value
Sftp
Declaration
public SftpApi Sftp { get; }
Property Value
Type
Declaration
public TypeApi Type { get; }
Property Value
Methods
GetAsync(String)
Declaration
public Task<Output> GetAsync(string outputId)
Parameters
Type |
Name |
Description |
System.String |
outputId |
Id of the wanted output (required)
|
Returns
Type |
Description |
System.Threading.Tasks.Task<Output> |
|
ListAsync(Func<OutputsApi.ListQueryParams, OutputsApi.ListQueryParams>[])
Declaration
public Task<PaginationResponse<Output>> ListAsync(params Func<OutputsApi.ListQueryParams, OutputsApi.ListQueryParams>[] queryParams)
Parameters
Returns