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.
- Inheritance
-
builtins.objectDeleteRetentionPolicy
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
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python