你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.object
DeleteRetentionPolicy

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
int

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