We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dc588 commit 5af54a7Copy full SHA for 5af54a7
sdk/storage/azure-storage-blob/azure/storage/blob/models.py
@@ -259,6 +259,10 @@ class ContainerProperties(DictMixin):
259
Represents whether the container has a legal hold.
260
:param dict metadata: A dict with name-value pairs to associate with the
261
container as metadata.
262
+
263
+ Returned ``ContainerProperties`` instances expose these values through a
264
+ dictionary interface, for example: ``container_props["last_modified"]``.
265
+ Additionally, the container name is available as ``container_props["name"]``.
266
"""
267
268
def __init__(self, **kwargs):
0 commit comments