AzureStorageJobExtendedInfo interface

Azure Storage workload-specific additional information for job.

Properties

dynamicErrorMessage

Non localized error message on job execution.

propertyBag

Job properties.

tasksList

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[]

Property Value