VESQLDatabaseRestore
Contains details about a restored PostgreSQL instance.
|
Property |
Type |
Description |
|---|---|---|
|
JobId |
GUID |
Job ID. |
|
RestorePointId |
GUID |
Restore point ID. |
|
DatabaseName |
String |
Database name. |
|
InstanceName |
String |
Instance name. |
|
ServerName |
String |
DNS name or IP address of the source server. |
|
ToPointInTimeUtc |
DateTime |
Date and time in the UTC format to which the database will be exported. |
|
TargetFolder |
String |
Destination folder. |
|
TargetPath |
String[] |
Array of target paths. |
|
Status |
String |
Status of the restore operation. Possible values:
|
|
ErrorMessage |
String? |
Error or warning message triggered by unexpected conditions during restore. |
Related Commands