ExportJobsResult interface
The result for export jobs containing blob details.
Properties
blob |
SAS key to access the blob. NOTE: This property will not be serialized. It can only be populated by the server. |
blob |
URL of the blob into which the serialized string of list of jobs is exported. NOTE: This property will not be serialized. It can only be populated by the server. |
excel |
SAS key to access the ExcelFile blob. NOTE: This property will not be serialized. It can only be populated by the server. |
excel |
URL of the blob into which the ExcelFile is uploaded. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
blobSasKey
SAS key to access the blob. NOTE: This property will not be serialized. It can only be populated by the server.
blobSasKey?: string
Property Value
string
blobUrl
URL of the blob into which the serialized string of list of jobs is exported. NOTE: This property will not be serialized. It can only be populated by the server.
blobUrl?: string
Property Value
string
excelFileBlobSasKey
SAS key to access the ExcelFile blob. NOTE: This property will not be serialized. It can only be populated by the server.
excelFileBlobSasKey?: string
Property Value
string
excelFileBlobUrl
URL of the blob into which the ExcelFile is uploaded. NOTE: This property will not be serialized. It can only be populated by the server.
excelFileBlobUrl?: string
Property Value
string