Show / Hide Table of Contents

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.Inputs.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(AkamaiNetStorageInput)

Create Akamai NetStorage Input

Declaration
public Task<AkamaiNetStorageInput> CreateAsync(AkamaiNetStorageInput akamaiNetStorageInput)
Parameters
Type Name Description
AkamaiNetStorageInput akamaiNetStorageInput

The Akamai NetStorage input to be created

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

DeleteAsync(String)

Delete Akamai NetStorage Input

Declaration
public Task<AkamaiNetStorageInput> DeleteAsync(string inputId)
Parameters
Type Name Description
System.String inputId

Id of the input (required)

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

GetAsync(String)

Akamai NetStorage Input Details

Declaration
public Task<AkamaiNetStorageInput> GetAsync(string inputId)
Parameters
Type Name Description
System.String inputId

Id of the input (required)

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

ListAsync(Func<AkamaiNetstorageApi.ListQueryParams, AkamaiNetstorageApi.ListQueryParams>[])

List Akamai NetStorage Inputs

Declaration
public Task<PaginationResponse<AkamaiNetStorageInput>> 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<AkamaiNetStorageInput>>
Back to top Generated by DocFX