BlobContainer
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
name | string | Required, Identifier | The container name |
defaultEncryptionScope | string | The encryption scope applied by default to blobs in the container. Can only be set when the container is created. | |
eTag | string | Read-only | The container ETag |
hasImmutabilityPolicy | bool | Read-only | Whether the container has an immutability policy |
hasLegalHold | bool | Read-only | Whether the container has a legal hold |
lastModified | string | Read-only | When the container was last modified |
metadata | Dictionary<string, String> | Name/value pairs to associate with the container | |
preventEncryptionScopeOverride | bool | Whether blobs in the container are prevented from overriding the default encryption scope. Can only be set when the container is created. | |
publicAccess | 'None' | 'Blob' | 'Container' | The level of anonymous read access to the container. Defaults to 'None'. | |
url | string | Read-only | The container URL |
Dictionary<string, String>
Additional properties of type string are allowed.