ContainerProperties class

Definition

Blob container's properties class.

Returned ContainerProperties instances expose these values through a dictionary interface, for example: container_props["last_modified"]. Additionally, the container name is available as container_props["name"].

ContainerProperties(**kwargs)
Inheritance
builtins.object
azure.storage.blob._shared.models.DictMixin
ContainerProperties

Variables

last_modified
datetime.datetime
A datetime object representing the last time the container was modified.
etag
str
The ETag contains a value that you can use to perform operations conditionally.
lease
LeaseProperties
Stores all the lease information for the container.
public_access
str
Specifies whether data in the container may be accessed publicly and the level of access.
has_immutability_policy
bool
Represents whether the container has an immutability policy.
has_legal_hold
bool
Represents whether the container has a legal hold.
metadata
dict
A dict with name-value pairs to associate with the container as metadata.
encryption_scope
ContainerEncryptionScope
The default encryption scope configuration for the container.