PendingUploadRequest interface
保留中のアップロードの要求を表します。
プロパティ
| connection |
一時的な SAS トークンの生成に使用する Azure Storage アカウント接続名 |
| pending |
PendingUploadId が指定されていない場合は、ランダムな GUID が使用されます。 |
| pending |
サポートされている型は BlobReference のみです。 |
プロパティの詳細
connectionName
一時的な SAS トークンの生成に使用する Azure Storage アカウント接続名
connectionName?: string
プロパティ値
string
pendingUploadId
PendingUploadId が指定されていない場合は、ランダムな GUID が使用されます。
pendingUploadId?: string
プロパティ値
string
pendingUploadType
サポートされている型は BlobReference のみです。
pendingUploadType: "BlobReference"
プロパティ値
"BlobReference"