ExportJobsResult interface

The result for export jobs containing blob details.

Properties

blobSasKey

SAS key to access the blob. NOTE: This property will not be serialized. It can only be populated by the server.

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.

excelFileBlobSasKey

SAS key to access the ExcelFile blob. NOTE: This property will not be serialized. It can only be populated by the server.

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.

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