Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ContainerProperties interface
- Package:
- @azure/storage-blob
Properties of a container
Properties
| defaultEncryptionScope | |
| deletedOn | |
| etag | |
| hasImmutabilityPolicy | |
| hasLegalHold | |
| isImmutableStorageWithVersioningEnabled | Indicates if version level worm is enabled on this container. |
| lastModified | |
| leaseDuration | |
| leaseState | |
| leaseStatus | |
| preventEncryptionScopeOverride | |
| publicAccess | |
| remainingRetentionDays |
Property Details
defaultEncryptionScope
defaultEncryptionScope?: string
Property Value
string
deletedOn
deletedOn?: Date
Property Value
Date
etag
etag: string
Property Value
string
hasImmutabilityPolicy
hasImmutabilityPolicy?: boolean
Property Value
boolean
hasLegalHold
hasLegalHold?: boolean
Property Value
boolean
isImmutableStorageWithVersioningEnabled
Indicates if version level worm is enabled on this container.
isImmutableStorageWithVersioningEnabled?: boolean
Property Value
boolean
lastModified
lastModified: Date
Property Value
Date
leaseDuration
leaseState
leaseStatus
preventEncryptionScopeOverride
preventEncryptionScopeOverride?: boolean
Property Value
boolean
publicAccess
remainingRetentionDays
remainingRetentionDays?: number
Property Value
number
