Blob Class
Blob class.
Constructor
Blob(name=None, snapshot=None, content=None, props=None, metadata=None, deleted=False)
Parameters
Name | Description |
---|---|
name
|
Default value: None
|
snapshot
|
Default value: None
|
content
|
Default value: None
|
props
|
Default value: None
|
metadata
|
Default value: None
|
deleted
|
Default value: False
|
Variables
Name | Description |
---|---|
name
|
Name of blob. |
snapshot
|
A DateTime value that uniquely identifies the snapshot. The value of this header indicates the snapshot version, and may be used in subsequent requests to access the snapshot. |
content
|
Blob content. |
properties
|
Stores all the system properties for the blob. |
metadata
|
Name-value pairs associated with the blob as metadata. |
deleted
|
Specify whether the blob was soft deleted. In other words, if the blob is being retained by the delete retention policy, this field would be True. The blob could be undeleted or it will be garbage collected after the specified time period. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python