deleteAfterDaysSinceCreationGreaterThan

@JvmName(name = "hiekrgquuryxcpsd")
suspend fun deleteAfterDaysSinceCreationGreaterThan(value: Output<Int>)
@JvmName(name = "gygdlmwdlxefashg")
suspend fun deleteAfterDaysSinceCreationGreaterThan(value: Int?)

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 and delete_after_days_since_creation_greater_than can not be set at the same time. Note: The last_access_time_enabled must be set to true in the azure.storage.Account in order to use tier_to_cool_after_days_since_last_access_time_greater_than, tier_to_archive_after_days_since_last_access_time_greater_than and delete_after_days_since_last_access_time_greater_than.