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
|
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python