ManagedDatabaseRestoreDetailsResult interface
A managed database restore details.
- Extends
Properties
| block |
The reason why restore is in Blocked state. |
| current |
Current backup type. |
| current |
Current restored size MB. |
| current |
Current restore plan size MB. |
| current |
Current restoring file name. |
| diff |
Diff backup sets. |
| full |
Full backup sets. |
| last |
Last restored file name. |
| last |
Last restored file time. |
| last |
Last uploaded file name. |
| last |
Last uploaded file time. |
| log |
Log backup sets. |
| number |
Number of files detected. |
| number |
Number of files queued. |
| number |
Number of files restored. |
| number |
Number of files restoring. |
| number |
Number of files skipped. |
| number |
Number of files unrestorable. |
| percent |
Percent completed. |
| status | Restore status. |
| type |
Restore type. |
| unrestorable |
Unrestorable files. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
blockReason
The reason why restore is in Blocked state.
blockReason?: string
Property Value
string
currentBackupType
Current backup type.
currentBackupType?: string
Property Value
string
currentRestoredSizeMB
Current restored size MB.
currentRestoredSizeMB?: number
Property Value
number
currentRestorePlanSizeMB
Current restore plan size MB.
currentRestorePlanSizeMB?: number
Property Value
number
currentRestoringFileName
Current restoring file name.
currentRestoringFileName?: string
Property Value
string
diffBackupSets
Diff backup sets.
diffBackupSets?: ManagedDatabaseRestoreDetailsBackupSetProperties[]
Property Value
fullBackupSets
Full backup sets.
fullBackupSets?: ManagedDatabaseRestoreDetailsBackupSetProperties[]
Property Value
lastRestoredFileName
Last restored file name.
lastRestoredFileName?: string
Property Value
string
lastRestoredFileTime
Last restored file time.
lastRestoredFileTime?: Date
Property Value
Date
lastUploadedFileName
Last uploaded file name.
lastUploadedFileName?: string
Property Value
string
lastUploadedFileTime
Last uploaded file time.
lastUploadedFileTime?: Date
Property Value
Date
logBackupSets
Log backup sets.
logBackupSets?: ManagedDatabaseRestoreDetailsBackupSetProperties[]
Property Value
numberOfFilesDetected
Number of files detected.
numberOfFilesDetected?: number
Property Value
number
numberOfFilesQueued
Number of files queued.
numberOfFilesQueued?: number
Property Value
number
numberOfFilesRestored
Number of files restored.
numberOfFilesRestored?: number
Property Value
number
numberOfFilesRestoring
Number of files restoring.
numberOfFilesRestoring?: number
Property Value
number
numberOfFilesSkipped
Number of files skipped.
numberOfFilesSkipped?: number
Property Value
number
numberOfFilesUnrestorable
Number of files unrestorable.
numberOfFilesUnrestorable?: number
Property Value
number
percentCompleted
Percent completed.
percentCompleted?: number
Property Value
number
status
Restore status.
status?: string
Property Value
string
typePropertiesType
Restore type.
typePropertiesType?: string
Property Value
string
unrestorableFiles
Unrestorable files.
unrestorableFiles?: ManagedDatabaseRestoreDetailsUnrestorableFileProperties[]
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type