Azure Blob

Get blob properties

Retrieve a blobs properties.

Inputs

Field

Type

Description

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

Field

Type

Description

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