delete After Days Since Creation Greater Than
Parameters
value
The age in days after creation to delete the blob. Must be between 0
and 99999
. Defaults to -1
.
Note: The
delete_after_days_since_modification_greater_than
,delete_after_days_since_last_access_time_greater_than
anddelete_after_days_since_creation_greater_than
can not be set at the same time. Note: Thelast_access_time_enabled
must be set totrue
in theazure.storage.Account
in order to usetier_to_cool_after_days_since_last_access_time_greater_than
,tier_to_archive_after_days_since_last_access_time_greater_than
anddelete_after_days_since_last_access_time_greater_than
.