このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Retrieve a blob from the system, including its metadata and properties.

Inputs

フィールド

種類

説明

snapshot

string

The datetime of a specific snapshot to be retrieved.

leaseId

string

The lease ID currently on the blob. This will only pass if the blob’s lease is active and the lease ID that is specified in the request matches the lease ID of the blob.

storageAccount [required]

string

The name of the storage account.

containerName [required]

string

The name of the container.

blobName [required]

string

The name of the blob to retrieve.

Outputs

Expand All

フィールド

種類

説明

blobContents

string

The contents of the blob.

requestId

string

The request id uniquely identifies the request with Azure. This can be used to troubleshoot the request.

containerName [required]

string

The name of the container.

blobName [required]

string

The name of the blob.

lastModified

date-time

The last time the requested blob was modified.

blobType

enum

Specifies the type of the requested blob. One of either BlockBlob, PageBlob, or AppendBlob. Allowed enum values: BlockBlob,PageBlob,AppendBlob

blockCount

number

The number of committed blocks present in the blob. Only specified for append blocks.

lease

object

Information about a lease, if active.

leaseState

enum

Specifies the lease state of the requested blob. One of available, leased, expired, breaking, or broken. Read more here. Allowed enum values: available,leased,expired,breaking,broken

leaseDuration

string

Specifies whether the lease is on infinite or fixed duration.

leaseStatus

enum

Specifies the status of the lease, either being locked or unlocked. Allowed enum values: locked,unlocked