PendingUploadRequest interface
Represents a request for a pending upload.
Properties
| connection |
Azure Storage Account connection name to use for generating temporary SAS token |
| pending |
If PendingUploadId is not provided, a random GUID will be used. |
| pending |
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"