diff --git a/sdk/storage/azure-storage-blob/azure/storage/blob/models.py b/sdk/storage/azure-storage-blob/azure/storage/blob/models.py index 5de52bac1a35..37bf934fdb38 100644 --- a/sdk/storage/azure-storage-blob/azure/storage/blob/models.py +++ b/sdk/storage/azure-storage-blob/azure/storage/blob/models.py @@ -259,6 +259,10 @@ class ContainerProperties(DictMixin): Represents whether the container has a legal hold. :param dict metadata: A dict with name-value pairs to associate with the container as metadata. + + 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"]``. """ def __init__(self, **kwargs):