MediaJobOutputAsset interface

The event data for a Job output asset.

Extends

Properties

assetName

Gets the Job output asset name.

odataType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

error

Gets the Job output error.

label

Gets the Job output label.

progress

Gets the Job output progress.

state

Gets the Job output state.

Property Details

assetName

Gets the Job output asset name.

assetName: string

Property Value

string

odataType

Polymorphic discriminator, which specifies the different types this object can be

odataType: "#Microsoft.Media.JobOutputAsset"

Property Value

"#Microsoft.Media.JobOutputAsset"

Inherited Property Details

error

Gets the Job output error.

error?: MediaJobError

Property Value

Inherited From MediaJobOutput.error

label

Gets the Job output label.

label?: string

Property Value

string

Inherited From MediaJobOutput.label

progress

Gets the Job output progress.

progress: number

Property Value

number

Inherited From MediaJobOutput.progress

state

Gets the Job output state.

state: MediaJobState

Property Value

Inherited From MediaJobOutput.state