VEPSQLInstanceRestore
Contains details about a restored PostgreSQL instance.
Property | Type | Description |
Id | GUID | Instance ID. |
Session | GUID | Restore session ID. |
RestorePointId | GUID | Restore point ID. |
ToPointInTimeUTC | DateTime | Date and time in the UTC format of the state as of which the database is restored. |
ServerName | String | DNS name or IP address of the target server for the restore operation. |
InstanceName | String | Target instance name. |
DataDirectory | String | Path to the data directory for the restored PostgreSQL instance. |
RestoreStatus | String | Status of the restore operation. |
Related Commands