DirectoryProperties class
Definition
DirectoryProperties(**kwargs)
- Inheritance
-
builtins.object
azure.storage.filedatalake._shared.models.DictMixin
DirectoryProperties
Variables
- name
-
str
name of the directory
- etag
-
str
The ETag contains a value that you can use to perform operations
conditionally.
- deleted
-
bool
if the current directory marked as deleted
- metadata
-
dict
Name-value pairs associated with the directory as metadata.
- last_modified
-
datetime.datetime
A datetime object representing the last time the directory was modified.
- creation_time
-
datetime.datetime
Indicates when the directory was created, in UTC.
- remaining_retention_days
-
int
The number of days that the directory will be retained
before being permanently deleted by the service.