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. |
last |
Deprecated in favor of minRestoreTime property. NOTE: This property will not be serialized. It can only be populated by the server. |
min |
Returns the minimum date and time that the restore can be started. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
lastEnabledTime?: Date
Property Value
Date
minRestoreTime
Returns the minimum date and time that the restore can be started. NOTE: This property will not be serialized. It can only be populated by the server.
minRestoreTime?: Date
Property Value
Date