VEHANARestoreActionLogItem
Contains details about a backed-up SAP HANA database. Note that "?" indicates that the property accepts zero values.
Property | Type | Description |
Id | Int | Action log item ID. |
RecoveryStage | VEHANARestoreJobActionLogItemRecoveryStage | Stage of the restore operation. Possible values:
|
ServiceName | String | SAP HANA service name. |
Port | Int? | Used port. |
Status | VEHANARestoreJobActionLogItemStatus | Action log item status. Possible values:
|
StartTime | DateTime | Start time of the restore operation. |
Duration | TimeSpan | Elapsed time of the restore operation. |
Phase | String | Restore phase. |
MaxProgress | Long? | Value indicating a completed restore operation. By default, this value is 1. |
CurrentProgress | Long? | Value indicating current progress of the restore operation. When the value reaches 1, the restore process is completed. |
ErrorMessage | String | Error message displayed in case of unsuccessful restore operation. |
Related Commands