Share via


PendingUploadResponse interface

Represents the response for a pending upload request

Properties

blobReference

Container-level read, write, list SAS.

pendingUploadId

ID for this upload request.

pendingUploadType

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

Container-level read, write, list SAS.

blobReference: BlobReference

Property Value

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