RestorePolicyPropertiesResponse

data class RestorePolicyPropertiesResponse(val days: Int? = null, val enabled: Boolean, val lastEnabledTime: String, val minRestoreTime: String)

The blob service properties for blob restore policy

Constructors

Link copied to clipboard
constructor(days: Int? = null, enabled: Boolean, lastEnabledTime: String, minRestoreTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int? = null

how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days.

Link copied to clipboard

Blob restore is enabled if set to true.

Link copied to clipboard

Deprecated in favor of minRestoreTime property.

Link copied to clipboard

Returns the minimum date and time that the restore can be started.