Class AsperaInput
AsperaInput
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.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 |