BlobRestoreStatus interface

Blob restore status.

Properties

failureReason

Failure reason when blob restore is failed.

parameters

Blob restore request parameters.

restoreId

Id for tracking blob restore request.

status

The status of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed.

Property Details

failureReason

Failure reason when blob restore is failed.

failureReason?: string

Property Value

string

parameters

Blob restore request parameters.

parameters?: BlobRestoreParameters

Property Value

restoreId

Id for tracking blob restore request.

restoreId?: string

Property Value

string

status

The status of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed.

status?: string

Property Value

string