Skip to main content

BlobContainer

Properties

PropertyTypeAttributesDescription
namestringRequired, IdentifierThe container name
defaultEncryptionScopestringThe encryption scope applied by default to blobs in the container. Can only be set when the container is created.
eTagstringRead-onlyThe container ETag
hasImmutabilityPolicyboolRead-onlyWhether the container has an immutability policy
hasLegalHoldboolRead-onlyWhether the container has a legal hold
lastModifiedstringRead-onlyWhen the container was last modified
metadataDictionary<string, String>Name/value pairs to associate with the container
preventEncryptionScopeOverrideboolWhether 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'.
urlstringRead-onlyThe container URL

Dictionary<string, String>

Additional properties of type string are allowed.