ListContainerItem interface
The blob container properties be listed out.
- Extends
Properties
| default |
Default the container to use specified encryption scope for all writes. |
| deleted | Indicates whether the blob container was deleted. |
| deleted |
Blob container deletion time. |
| deny |
Block override of encryption scope from the container default. |
| enable |
Enable NFSv3 all squash on blob container. |
| enable |
Enable NFSv3 root squash on blob container. |
| has |
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. |
| has |
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. |
| immutability |
The ImmutabilityPolicy property of the container. |
| immutable |
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. |
| last |
Returns the date and time the container was last modified. |
| lease |
Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. |
| lease |
Lease state of the container. |
| lease |
The lease status of the container. |
| legal |
The LegalHold property of the container. |
| metadata | A name-value pair to associate with the container as metadata. |
| public |
Specifies whether data in the container may be accessed publicly and the level of access. |
| remaining |
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 |
| system |
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
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