Container Class
Blob container class.
Constructor
Container(name=None, props=None, metadata=None)
Parameters
Name | Description |
---|---|
name
|
Default value: None
|
props
|
Default value: None
|
metadata
|
Default value: None
|
Variables
Name | Description |
---|---|
name
|
The name of the container. |
metadata
|
A dict containing name-value pairs associated with the container as metadata. This var is set to None unless the include=metadata param was included for the list containers operation. If this parameter was specified but the container has no metadata, metadata will be set to an empty dictionary. |
properties
|
System properties for the container. |