FileProperties class

Definition

File Properties.

FileProperties()
Inheritance
builtins.object
FileProperties

Variables

last_modified
datetime
A datetime object representing the last time the file was modified.
etag
str
The ETag contains a value that you can use to perform operations conditionally.
content_length
int
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
str
Indicates the range of bytes returned in the event that the client requested a subset of the blob.
content_settings
ContentSettings
Stores all the content settings for the file.
copy
CopyProperties
Stores all the copy properties for the file.
server_encrypted
bool
Set to true if the file data and application metadata are completely encrypted.
smb_properties
SMBProperties
SMB related file properties
lease
LeaseProperties
Stores all the lease information for the file.