DeleteRetentionPolicy Class
To set DeleteRetentionPolicy, you must call Set Blob Service Properties using version 2017-07-29 or later. This class groups the settings related to delete retention policy.
Constructor
DeleteRetentionPolicy(enabled=False, days=None)
Parameters
Name | Description |
---|---|
enabled
|
Required. Indicates whether a deleted blob or snapshot is retained or immediately removed by delete operation. Default value: False
|
days
|
Required only if Enabled is true. Indicates the number of days that deleted blob be retained. All data older than this value will be permanently deleted. The minimum value you can specify is 1; the largest value is 365. Default value: None
|
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