Share via


PendingUploadRequest interface

Represents a request for a pending upload.

Properties

connectionName

Azure Storage Account connection name to use for generating temporary SAS token

pendingUploadId

If PendingUploadId is not provided, a random GUID will be used.

pendingUploadType

BlobReference is the only supported type.

Property Details

connectionName

Azure Storage Account connection name to use for generating temporary SAS token

connectionName?: string

Property Value

string

pendingUploadId

If PendingUploadId is not provided, a random GUID will be used.

pendingUploadId?: string

Property Value

string

pendingUploadType

BlobReference is the only supported type.

pendingUploadType: "BlobReference"

Property Value

"BlobReference"