RestorePolicyProperties Class

The blob service properties for blob restore policy.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
RestorePolicyProperties

Constructor

RestorePolicyProperties(*, enabled: bool, days: Optional[int] = None, **kwargs)

Variables

enabled
bool

Required. Blob restore is enabled if set to true.

days
int

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

last_enabled_time
datetime

Deprecated in favor of minRestoreTime property.

min_restore_time
datetime

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