RestorePolicyProperties interface

The blob service properties for blob restore policy

Properties

days

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

enabled

Blob restore is enabled if set to true.

lastEnabledTime

Deprecated in favor of minRestoreTime property.

minRestoreTime

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

Property Details

days

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

days?: number

Property Value

number

enabled

Blob restore is enabled if set to true.

enabled: boolean

Property Value

boolean

lastEnabledTime

Deprecated in favor of minRestoreTime property.

lastEnabledTime?: Date

Property Value

Date

minRestoreTime

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

minRestoreTime?: Date

Property Value

Date