AccountBlobPropertiesDeleteRetentionPolicy

data class AccountBlobPropertiesDeleteRetentionPolicy(val days: Int? = null, val permanentDeleteEnabled: Boolean? = null)

Constructors

constructor(days: Int? = null, permanentDeleteEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int? = null

Specifies the number of days that the blob should be retained, between 1 and 365 days. Defaults to 7.

Link copied to clipboard

Indicates whether permanent deletion of the soft deleted blob versions and snapshots is allowed. Defaults to false.