次の方法で共有


PendingUploadRequest interface

保留中のアップロードの要求を表します。

プロパティ

connectionName

一時的な SAS トークンの生成に使用する Azure Storage アカウント接続名

pendingUploadId

PendingUploadId が指定されていない場合は、ランダムな GUID が使用されます。

pendingUploadType

サポートされている型は BlobReference のみです。

プロパティの詳細

connectionName

一時的な SAS トークンの生成に使用する Azure Storage アカウント接続名

connectionName?: string

プロパティ値

string

pendingUploadId

PendingUploadId が指定されていない場合は、ランダムな GUID が使用されます。

pendingUploadId?: string

プロパティ値

string

pendingUploadType

サポートされている型は BlobReference のみです。

pendingUploadType: "BlobReference"

プロパティ値

"BlobReference"