Export

FtpOutput

Hierarchy (view full)

Constructors

Properties

acl?: AclEntry[]

Deprecation notice: This property does not have any effect and will not be returned by GET endpoints

Memberof

Output

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

host?: string

Host URL or IP of the FTP server (required)

Memberof

FtpOutput

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

maxConcurrentConnections?: number

Restrict maximum concurrent connections. Requires at least version 1.1.0.

Memberof

FtpOutput

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

passive?: boolean

Use passive mode. Default is true.

Memberof

FtpOutput

password?: string

Your FTP password

Memberof

FtpOutput

port?: number

Port to use, standard for FTP: 21

Memberof

FtpOutput

transferVersion?: TransferVersion

Controls which transfer version should be used

Memberof

FtpOutput

type: OutputType = OutputType.FTP

Discriminator property for Output

Memberof

FtpOutput

username?: string

Your FTP Username

Memberof

FtpOutput

_discriminatorMapping: {
    AKAMAI_MSL: string;
    AKAMAI_NETSTORAGE: string;
    AZURE: string;
    CDN: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    LIVE_MEDIA_INGEST: string;
    LOCAL: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
} = ...

Type declaration

  • AKAMAI_MSL: string
  • AKAMAI_NETSTORAGE: string
  • AZURE: string
  • CDN: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • LIVE_MEDIA_INGEST: string
  • LOCAL: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
_discriminatorName: "type" = 'type'