Skip to content

Commit 93d2d05

Browse files
authored
Wording and stylistic changes.
1 parent cd446a9 commit 93d2d05

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

api-reference/beta/resources/exchangerestoresession.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Inherits from [restoreSessionBase](../resources/restoresessionbase.md).
3636
|lastModifiedBy|[identitySet](../resources/identityset.md)|Identity of the person who last modified this restore session.|
3737
|lastModifiedDateTime|DateTimeOffset|Timestamp of last modification of this restore session.|
3838
|status|[restoreSessionStatus](../resources/exchangerestoresession.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
39-
|restoreJobType|[restoreJobType](../resources/enums.md#restoreJobType-values)|Type of the restore session, whether it is created normally or via bulk job.|
40-
|restoreSessionArtifactCount|[restoreSessionArtifactCount](../resources/restoresessionbase.md#restoreSessionArtifactCount)|Count metadata of the artifacts belonging to this restore session.|
39+
|restoreJobType|[restoreJobType](../resources/enums.md#restoreJobType-values)|Indicates whether the restore sesssion was created normally or by a bulk job.|
40+
|restoreSessionArtifactCount|[restoreSessionArtifactCount](../resources/restoresessionbase.md#restoreSessionArtifactCount)|The number of metadata artifacts that belong to this restore session.|
4141

4242
### restoreSessionStatus values
4343
|Member | Description |

api-reference/beta/resources/onedriveforbusinessrestoresession.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Inherits from [restoreSessionBase](../resources/restoresessionbase.md).
3737
|lastModifiedBy|[identitySet](../resources/identityset.md)|Identity of the person who last modified this restore session.|
3838
|lastModifiedDateTime|DateTimeOffset|Timestamp of the last modification of this restore session.|
3939
|status|[restoreSessionStatus](../resources/onedriveforbusinessrestoresession.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
40-
|restoreJobType|[restoreJobType](../resources/enums.md#restoreJobType-values)|Type of the restore session, whether it is created normally or via bulk job.|
41-
|restoreSessionArtifactCount|[restoreSessionArtifactCount](../resources/restoresessionbase.md#restoreSessionArtifactCount)|Count metadata of the artifacts belonging to this restore session.|
40+
|restoreJobType|[restoreJobType](../resources/enums.md#restoreJobType-values)|Indicates whether the restore sesssion was created normally or by a bulk job.|
41+
|restoreSessionArtifactCount|[restoreSessionArtifactCount](../resources/restoresessionbase.md#restoreSessionArtifactCount)|The number of metadata artifacts that belong to this restore session.|
4242

4343
### restoreSessionStatus values
4444

api-reference/beta/resources/restoresessionbase.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Restoring to both a new location and the same URL in a single restore session is
4040
|lastModifiedBy|identitySet|Identity of the person who last modified the restore session.|
4141
|lastModifiedDateTime|DateTimeOffset|Timestamp of the last modification of the restore session.|
4242
|status|[restoreSessionStatus](../resources/restoresessionbase.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
43-
|restoreJobType|[restoreJobType](../resources/enums.md#restoreJobType-values)|Type of the restore session, whether it is created normally or via bulk job.|
44-
|restoreSessionArtifactCount|[restoreSessionArtifactCount](../resources/restoresessionbase.md#restoreSessionArtifactCount)|Count metadata of the artifacts belonging to this restore session.|
43+
|restoreJobType|[restoreJobType](../resources/enums.md#restoreJobType-values)|Indicates whether the restore sesssion was created normally or by a bulk job.|
44+
|restoreSessionArtifactCount|[restoreSessionArtifactCount](../resources/restoresessionbase.md#restoreSessionArtifactCount)|The number of metadata artifacts that belong to this restore session.|
4545

4646
### restoreSessionStatus values
4747

@@ -59,10 +59,10 @@ Restoring to both a new location and the same URL in a single restore session is
5959

6060
|Property |Type |Description |
6161
|:------|:-----|:------------|
62-
|total|Int32|Count of artifacts that are added in the restoreSession.|
63-
|completed|Int32|Count of artifacts whose restore is completed.|
64-
|inProgress|Int32|Count of artifacts whose restore is in progress.|
65-
|failed|Int32|Count of artifacts whose restore has failed.|
62+
|total|Int32|The number of artifacts added in the restore session.|
63+
|completed|Int32|The number of artifacts whose restore is complete.|
64+
|inProgress|Int32|The number of artifacts whose restore is in progress.|
65+
|failed|Int32|The number of artifacts whose restore failed.|
6666

6767
## Relationships
6868

api-reference/beta/resources/sharepointrestoresession.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Inherits from [restoreSessionBase](../resources/restoresessionbase.md).
3939
|lastModifiedBy|[identitySet](../resources/identityset.md)|Identity of the person who last modified this restore session.|
4040
|lastModifiedDateTime|DateTimeOffset|Timestamp of last modification of this restore session.|
4141
|status|[restoreSessionStatus](../resources/sharepointrestoresession.md#restoresessionstatus-values)|Status of the restore session. The value is an aggregated status of restore artifacts. The possible values are: `draft`, `activating`, `active`, `completedWithError`, `completed`, `unknownFutureValue`, `failed`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `failed`.|
42-
|restoreJobType|[restoreJobType](../resources/enums.md#restoreJobType-values)|Type of the restore session, whether it is created normally or via bulk job.|
43-
|restoreSessionArtifactCount|[restoreSessionArtifactCount](../resources/restoresessionbase.md#restoreSessionArtifactCount)|Count metadata of the artifacts belonging to this restore session.|
42+
|restoreJobType|[restoreJobType](../resources/enums.md#restoreJobType-values)|Indicates whether the restore sesssion was created normally or by a bulk job.|
43+
|restoreSessionArtifactCount|[restoreSessionArtifactCount](../resources/restoresessionbase.md#restoreSessionArtifactCount)|The number of metadata artifacts that belong to this restore session.|
4444

4545
### restoreSessionStatus values
4646

0 commit comments

Comments
 (0)