FileProperties Class
File Properties.
- Inheritance
-
builtins.objectFileProperties
Constructor
FileProperties()
Variables
Name | Description |
---|---|
last_modified
|
A datetime object representing the last time the file 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. |
content_settings
|
Stores all the content settings for the file. |
copy
|
Stores all the copy properties for the file. |
server_encrypted
|
Set to true if the file data and application metadata are completely encrypted. |
smb_properties
|
SMB related file properties |
lease
|
Stores all the lease information for the file. |
Azure SDK for Python