DeletedPathProperties Class
Properties populated for a deleted path.
Constructor
DeletedPathProperties(**kwargs: Any)
Methods
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key, default=None)
Parameters
Name | Description |
---|---|
key
Required
|
|
default
|
Default value: None
|
has_key
has_key(k)
Parameters
Name | Description |
---|---|
k
Required
|
|
items
items()
keys
keys()
update
update(*args, **kwargs)
values
values()
Attributes
deleted_time
A datetime object representing the time at which the path was deleted.
deleted_time: datetime | None
deletion_id
The id associated with the deleted path.
deletion_id: str | None
file_system
The filesystem associated with the deleted path.
file_system: str | None
name
The name of the file in the path.
name: str
remaining_retention_days
The number of days that the path will be retained before being permanently deleted by the service.
remaining_retention_days: int | None
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.
Azure SDK for Python