ExportJobsOperationResultInfo interface
This class is used to send blob details after exporting jobs.
- Extends
Properties
blob |
SAS key to access the blob. It expires in 15 mins. |
blob |
URL of the blob into which the serialized string of list of jobs is exported. |
excel |
SAS key to access the blob. It expires in 15 mins. |
excel |
URL of the blob into which the ExcelFile is uploaded. |
object |
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"