Package version:

This class represents details for export jobs workflow.

interface ExportJobDetails {
    affectedObjectDetails?: {
        [propertyName: string]: string;
    };
    blobUri?: string;
    instanceType: "ExportJobDetails";
    sasToken?: string;
}

Hierarchy (view full)

Properties

affectedObjectDetails?: {
    [propertyName: string]: string;
}

The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.

blobUri?: string

BlobUri of the exported jobs.

instanceType

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

sasToken?: string

The sas token to access blob.