IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

AzureBlobContainer Type

An Azure storage container.

Remarks

This type represents an Azure storage container.

Fields

ETag
String

The ETag of the container.

This property reflects the container's ETag.

HasImmutabilityPolicy
Boolean

Whether an immutability policy is set on the container.

This property indicates whether there is an immutability policy set on the container.

HasLegalHold
Boolean

Whether there are any legal holds on the container.

This property indicates whether there are any legal holds on the container.

IsLeased
Boolean

Whether the container is currently leased.

This property indicates whether the container is currently leased.

IsLeaseInfinite
Boolean

Whether the container's lease duration is infinite.

This property indicates whether the container's lease duration is fixed (False) or infinite (True).

This property is always False when IsLeased is False.

LeaseState
TicsAzureContainerLeaseStates

The lease state of the container.

This property reflects the lease state of the container. Possible values are:

aclsAvailable (0) The container's lease is unlocked and can be acquired.
aclsLeased (1) The container's lease is locked.
aclsExpired (2) The lease duration has expired.
aclsBreaking (3) The lease has been broken, but will continue to be locked until the break period expires.
aclsBroken (4) The lease has been broken, and the break period has expired.

This property is always aclsAvailable (0) when IsLeased is False.

ModifiedTime
String

The last modified time of the container.

This property reflects the last modified time of the container, formatted according to RFC 1123.

Name
String

The name of the container.

This property reflects the name of the container.

PublicAccess
TicsAzureContainerPublicAccess

The container's public access level.

This property reflects the container's public access level. Possible values are:

acpaNone (0) The container is private.
acpaBlobs (1) Blob data within the container is publicly readable, but blobs cannot be listed.
acpaContainer (2) Container information and blob data within the container is publicly readable, and blobs can be listed.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Delphi Edition - Version 20.0 [Build 8265]