ExportJobsOperationResultInfo interface

This class is used to send blob details after exporting jobs.

Extends

Properties

blobSasKey

SAS key to access the blob. It expires in 15 mins.

blobUrl

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

excelFileBlobSasKey

SAS key to access the blob. It expires in 15 mins.

excelFileBlobUrl

URL of the blob into which the ExcelFile is uploaded.

objectType

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

Property Details

blobSasKey

SAS key to access the blob. It expires in 15 mins.

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 blob. It expires in 15 mins.

excelFileBlobSasKey?: string

Property Value

string

excelFileBlobUrl

URL of the blob into which the ExcelFile is uploaded.

excelFileBlobUrl?: string

Property Value

string

objectType

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

objectType: "ExportJobsOperationResultInfo"

Property Value

"ExportJobsOperationResultInfo"