AzureStorageJobExtendedInfo interface
Azure Storage workload-specific additional information for job.
Properties
dynamic |
Non localized error message on job execution. |
property |
Job properties. |
tasks |
List of tasks for this job |
Property Details
dynamicErrorMessage
Non localized error message on job execution.
dynamicErrorMessage?: string
Property Value
string
propertyBag
Job properties.
propertyBag?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
tasksList
List of tasks for this job
tasksList?: AzureStorageJobTaskDetails[]