BlobProperties Class
Blob Properties
- Inheritance
-
builtins.objectBlobProperties
Constructor
BlobProperties()
Variables
Name | Description |
---|---|
blob_type
|
String indicating this blob's type. |
last_modified
|
A datetime object representing the last time the blob was modified. |
etag
|
The ETag contains a value that you can use to perform operations conditionally. |
content_length
|
The length of the content returned. If the entire blob was requested, the length of blob in bytes. If a subset of the blob was requested, the length of the returned subset. |
content_range
|
Indicates the range of bytes returned in the event that the client requested a subset of the blob. |
append_blob_committed_block_count
|
(For Append Blobs) Number of committed blocks in the blob. |
page_blob_sequence_number
|
(For Page Blobs) Sequence number for page blob used for coordinating concurrent writes. |
server_encrypted
|
Set to true if the blob is encrypted on the server. |
encryption_key_sha256
|
The server will echo the SHA256 of the customer-provided encryption key to validate the key used in the operation. |
copy
|
Stores all the copy properties for the blob. |
content_settings
|
Stores all the content settings for the blob. |
lease
|
Stores all the lease information for the blob. |
blob_tier
|
Indicates the access tier of the blob. The hot tier is optimized for storing data that is accessed frequently. The cool storage tier is optimized for storing data that is infrequently accessed and stored for at least a month. The archive tier is optimized for storing data that is rarely accessed and stored for at least six months with flexible latency requirements. |
blob_tier_change_time
|
Indicates when the access tier was last changed. |
blob_tier_inferred
|
Indicates whether the access tier was inferred by the service. If false, it indicates that the tier was set explicitly. |
deleted_time
|
A datetime object representing the time at which the blob was deleted. |
remaining_retention_days
|
The number of days that the blob will be retained before being permanently deleted by the service. |
creation_time
|
Indicates when the blob was created, in UTC. |
Azure SDK for Python