PendingUploadResponse interface
Represents the response for a pending upload request
Properties
| blob |
Container-level read, write, list SAS. |
| pending |
ID for this upload request. |
| pending |
The type of pending upload. |
| version | Version of asset to be created if user did not specify version when initially creating upload |
Property Details
blobReference
pendingUploadId
ID for this upload request.
pendingUploadId: string
Property Value
string
pendingUploadType
The type of pending upload.
pendingUploadType: "BlobReference"
Property Value
"BlobReference"
version
Version of asset to be created if user did not specify version when initially creating upload
version?: string
Property Value
string