ExportJobsResult interface
The result for export jobs containing blob details.
Properties
| blob |
SAS key to access the blob. |
| blob |
URL of the blob into which the serialized string of list of jobs is exported. |
| excel |
SAS key to access the ExcelFile blob. |
| excel |
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