Blob Class
Blob class.
- Inheritance
-
builtins.objectBlob
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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python