Share via


ExportJobsResult interface

The result for export jobs containing blob details.

Properties

blobSasKey

SAS key to access the blob.

blobUrl

URL of the blob into which the serialized string of list of jobs is exported.

excelFileBlobSasKey

SAS key to access the ExcelFile blob.

excelFileBlobUrl

URL of the blob into which the ExcelFile is uploaded.

Property Details

blobSasKey

SAS key to access the blob.

blobSasKey?: string

Property Value

string

blobUrl

URL of the blob into which the serialized string of list of jobs is exported.

blobUrl?: string

Property Value

string

excelFileBlobSasKey

SAS key to access the ExcelFile blob.

excelFileBlobSasKey?: string

Property Value

string

excelFileBlobUrl

URL of the blob into which the ExcelFile is uploaded.

excelFileBlobUrl?: string

Property Value

string