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 |
BlobReference is the only supported type |
| 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
BlobReference is the only supported type
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