FileSystemProperties class

Definition

File System properties class.

Returned FileSystemProperties instances expose these values through a dictionary interface, for example: file_system_props["last_modified"]. Additionally, the file system name is available as file_system_props["name"].

FileSystemProperties()
Inheritance
builtins.object
FileSystemProperties

Variables

last_modified
datetime.datetime
A datetime object representing the last time the file system was modified.
etag
str
The ETag contains a value that you can use to perform operations conditionally.
lease
LeaseProperties
Stores all the lease information for the file system.
public_access
str
Specifies whether data in the file system may be accessed publicly and the level of access.
has_immutability_policy
bool
Represents whether the file system has an immutability policy.
has_legal_hold
bool
Represents whether the file system has a legal hold.
metadata
dict
A dict with name-value pairs to associate with the file system as metadata.