You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/resources/mailboxrestoreartifact.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Inherits from [restoreArtifactBase](../resources/restoreartifactbase.md).
34
34
|restoredFolderName|String|The new restored folder name.|
35
35
|restoredItemCount|Int32|Number of items that are being restored in the folder.|
36
36
|startDateTime|DateTimeOffset|The time when the restoration of the artifact started. Inherited from [restoreArtifactBase](../resources/restoreartifactbase.md).|
37
-
|status|[artifactRestoreStatus](../resources/mailboxrestoreartifact.md#artifactrestorestatus-values)|The restoration status of the artifact. Inherited from [restoreArtifactBase](../resources/restoreartifactbase.md).T he possible values are: `added`, `scheduling`, `scheduled`, `inProgress`, `succeeded`, `failed`, `unknownFutureValue`.|
37
+
|status|[artifactRestoreStatus](../resources/mailboxrestoreartifact.md#artifactrestorestatus-values)|The restoration status of the artifact. Inherited from [restoreArtifactBase](../resources/restoreartifactbase.md). The possible values are: `added`, `scheduling`, `scheduled`, `inProgress`, `succeeded`, `failed`, `unknownFutureValue`.|
38
38
39
39
### artifactRestoreStatus values
40
40
@@ -46,15 +46,15 @@ Inherits from [restoreArtifactBase](../resources/restoreartifactbase.md).
46
46
|inProgress|The restore artifact was picked for restoration.|
47
47
|succeeded|The restore artifact was successfully restored.|
48
48
|failed|The restoration of the artifact failed.|
49
-
|unknownFutureValue| Evolvable enumeration sentinel value. Do not use.|
|new|Restoration will occur at a new location. For SharePoint and OneDrive, a new site will be created and content will be restored in the new site. For Exchange, a restored folder is created and content will be restored there.|
56
-
|inPlace|Restoration will occur in the same location. For SharePoint, it will be on the same site, for OneDrive, on the same drive, and for Exchange, the artifact will be restored in the same mailbox.|
57
-
|unknownFutureValue|Evolvable enumeration sentinel value. Do not use.|
55
+
|new|Restoration occurs at a new location. For SharePoint and OneDrive, a new site is created and content is restored in the new site. For Exchange, a restored folder is created and content is restored there.|
56
+
|inPlace|Restoration occurs in the same location. For SharePoint, it is on the same site, for OneDrive, on the same drive, and for Exchange, the artifact is restored in the same mailbox.|
0 commit comments