TargetDescription interface

Information about a Target. A target is the component that can process a specific type of Job.

Properties

acceptedContentEncodings

List of content encodings accepted by this target.

acceptedDataFormats

List of data formats accepted by this target.

description

A description about this target.

id

Unique target id.

name

Display name of this target.

Property Details

acceptedContentEncodings

List of content encodings accepted by this target.

acceptedContentEncodings?: string[]

Property Value

string[]

acceptedDataFormats

List of data formats accepted by this target.

acceptedDataFormats?: string[]

Property Value

string[]

description

A description about this target.

description?: string

Property Value

string

id

Unique target id.

id?: string

Property Value

string

name

Display name of this target.

name?: string

Property Value

string