--- title: "VEHANARestoreActionLogItem" description: "Contains details about a backed-up SAP HANA database. Note that “?” indicates that the property accepts zero values. Property Type Description Int Action log item ID. VEHANARestoreJobActionLogItemRecoveryStage Stage of the restore operation." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vehanarestoreactionlogitem.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEHANARestoreActionLogItem" dateModified: "2026-08-18" --- # 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 job is completed. |
|
ErrorMessage |
String |
Error message displayed in case of unsuccessful restore operation. |