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