Show / Hide Table of Contents

Class AsperaInput

AsperaInput

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Input
AsperaInput
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
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.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AsperaInput : Input

Properties

FaspPort

Set the UDP port to be used by fasp for data transfer

Declaration
public int? FaspPort { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Host

Host to use for Aspera transfers (required)

Declaration
public string Host { get; set; }
Property Value
Type Description
System.String

MaxBandwidth

Maximal download bandwidth. Examples: 100k, 100m, 100g

Declaration
public string MaxBandwidth { get; set; }
Property Value
Type Description
System.String

MinBandwidth

Minimal download bandwidth. Examples: 100k, 100m, 100g

Declaration
public string MinBandwidth { get; set; }
Property Value
Type Description
System.String

Password

corresponding password (either password and user must be set or token)

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String

SshPort

Set the TCP port to be used for fasp session initiation

Declaration
public int? SshPort { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Token

Token used for authentication (either password and user must be set or token)

Declaration
public string Token { get; set; }
Property Value
Type Description
System.String

Username

Username to log into Aspera host (either password and user must be set or token)

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX