MediaJobOutputProgressEventData interface
Job Output Progress Event Data. Schema of the Data property of an EventGridEvent for a Microsoft.Media.JobOutputProgress event.
Properties
job |
Gets the Job correlation data. |
label | Gets the Job output label. |
progress | Gets the Job output progress. |
Property Details
jobCorrelationData
Gets the Job correlation data.
jobCorrelationData: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
label
Gets the Job output label.
label: string
Property Value
string
progress
Gets the Job output progress.
progress: number
Property Value
number