VEXRestoreResult
Contains details about a Veeam Explorer for Microsoft Exchange item restore process.
Property | Type | Description |
Name | DateTime | Name of the restored item. |
Error | String | Error that occurred during the restore operation. |
Warnings | String[] | Array of warnings that appeared during the restore operation. |
CreatedCount | Ulong | Number of missing items that were restored from the backup. |
MergedCount | Ulong | Number of changed items restored from the backup. |
FailedCount | Ulong | Number of items for which the restore operation failed. |
SkippedCount | Ulong | Number of items that were not changed or missing in the original location. Such items are skipped during the restore operation. |
Results | Details about the restore process of the child items. |