DeletedPathProperties Class
Properties populated for a deleted path.
- Inheritance
-
azure.storage.filedatalake._shared.models.DictMixinDeletedPathProperties
Constructor
DeletedPathProperties(**kwargs)
Variables
Name | Description |
---|---|
name
|
The name of the file in the path. |
deleted_time
|
A datetime object representing the time at which the path was deleted. |
remaining_retention_days
|
The number of days that the path will be retained before being permanently deleted by the service. |
deletion_id
|
The id associated with the deleted path. |
Methods
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key, default=None)
Parameters
Name | Description |
---|---|
key
Required
|
|
default
Required
|
Default value: None
|
has_key
has_key(k)
Parameters
Name | Description |
---|---|
k
Required
|
|
items
items()
keys
keys()
update
update(*args, **kwargs)
values
values()
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python