ListContainerItem interface

The blob container properties be listed out.

Extends

Properties

defaultEncryptionScope

Default the container to use specified encryption scope for all writes.

deleted

Indicates whether the blob container was deleted.

deletedTime

Blob container deletion time.

denyEncryptionScopeOverride

Block override of encryption scope from the container default.

enableNfsV3AllSquash

Enable NFSv3 all squash on blob container.

enableNfsV3RootSquash

Enable NFSv3 root squash on blob container.

hasImmutabilityPolicy

The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.

hasLegalHold

The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.

immutabilityPolicy

The ImmutabilityPolicy property of the container.

immutableStorageWithVersioning

The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process.

lastModifiedTime

Returns the date and time the container was last modified.

leaseDuration

Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.

leaseState

Lease state of the container.

leaseStatus

The lease status of the container.

legalHold

The LegalHold property of the container.

metadata

A name-value pair to associate with the container as metadata.

publicAccess

Specifies whether data in the container may be accessed publicly and the level of access.

remainingRetentionDays

Remaining retention days for soft deleted blob container.

version

The version of the deleted blob container.

Inherited Properties

etag

Resource Etag.

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

defaultEncryptionScope

Default the container to use specified encryption scope for all writes.

defaultEncryptionScope?: string

Property Value

string

deleted

Indicates whether the blob container was deleted.

deleted?: boolean

Property Value

boolean

deletedTime

Blob container deletion time.

deletedTime?: Date

Property Value

Date

denyEncryptionScopeOverride

Block override of encryption scope from the container default.

denyEncryptionScopeOverride?: boolean

Property Value

boolean

enableNfsV3AllSquash

Enable NFSv3 all squash on blob container.

enableNfsV3AllSquash?: boolean

Property Value

boolean

enableNfsV3RootSquash

Enable NFSv3 root squash on blob container.

enableNfsV3RootSquash?: boolean

Property Value

boolean

hasImmutabilityPolicy

The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.

hasImmutabilityPolicy?: boolean

Property Value

boolean

hasLegalHold

The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.

hasLegalHold?: boolean

Property Value

boolean

immutabilityPolicy

The ImmutabilityPolicy property of the container.

immutabilityPolicy?: ImmutabilityPolicyProperties

Property Value

immutableStorageWithVersioning

The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process.

immutableStorageWithVersioning?: ImmutableStorageWithVersioning

Property Value

lastModifiedTime

Returns the date and time the container was last modified.

lastModifiedTime?: Date

Property Value

Date

leaseDuration

Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.

leaseDuration?: string

Property Value

string

leaseState

Lease state of the container.

leaseState?: string

Property Value

string

leaseStatus

The lease status of the container.

leaseStatus?: string

Property Value

string

legalHold

The LegalHold property of the container.

legalHold?: LegalHoldProperties

Property Value

metadata

A name-value pair to associate with the container as metadata.

metadata?: Record<string, string>

Property Value

Record<string, string>

publicAccess

Specifies whether data in the container may be accessed publicly and the level of access.

publicAccess?: PublicAccess

Property Value

remainingRetentionDays

Remaining retention days for soft deleted blob container.

remainingRetentionDays?: number

Property Value

number

version

The version of the deleted blob container.

version?: string

Property Value

string

Inherited Property Details

etag

Resource Etag.

etag?: string

Property Value

string

Inherited From AzureEntityResource.etag

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From AzureEntityResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From AzureEntityResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From AzureEntityResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From AzureEntityResource.type