ModelPendingUploadResponse interface
Represents the response for a model pending upload request.
Properties
| blob |
Container-level read, write, list SAS. |
| pending |
ID for this upload request. |
| pending |
The type of pending upload. Only TemporaryBlobReference is supported for models. |
| 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. Only TemporaryBlobReference is supported for models.
pendingUploadType: "TemporaryBlobReference"
Property Value
"TemporaryBlobReference"
version
Version of asset to be created if user did not specify version when initially creating upload
version?: string
Property Value
string