Export

AsperaInput

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

faspPort?: number

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

Memberof

AsperaInput

host?: string

Host to use for Aspera transfers (required)

Memberof

AsperaInput

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

maxBandwidth?: string

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

Memberof

AsperaInput

minBandwidth?: string

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

Memberof

AsperaInput

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

password?: string

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

Memberof

AsperaInput

sshPort?: number

Set the TCP port to be used for fasp session initiation

Memberof

AsperaInput

token?: string

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

Memberof

AsperaInput

type: InputType = InputType.ASPERA

Discriminator property for Input

Memberof

AsperaInput

username?: string

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

Memberof

AsperaInput

_discriminatorMapping: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "type" = 'type'