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
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python