|
4169 | 4169 | <Member Name="completedWithErrors" Value="3" /> |
4170 | 4170 | <Member Name="unknownFutureValue" Value="4" /> |
4171 | 4171 | </EnumType> |
| 4172 | + <EnumType Name="restoreJobType"> |
| 4173 | + <Member Name="standard" Value="0" /> |
| 4174 | + <Member Name="bulk" Value="1" /> |
| 4175 | + <Member Name="unknownFutureValue" Value="2" /> |
| 4176 | + </EnumType> |
4172 | 4177 | <EnumType Name="restorePointPreference"> |
4173 | 4178 | <Member Name="latest" Value="0" /> |
4174 | 4179 | <Member Name="oldest" Value="1" /> |
|
9318 | 9323 | <Property Name="artifactHitCount" Type="Edm.Int32" /> |
9319 | 9324 | <NavigationProperty Name="restorePoint" Type="graph.restorePoint" /> |
9320 | 9325 | </ComplexType> |
| 9326 | + <ComplexType Name="restoreSessionArtifactCount"> |
| 9327 | + <Property Name="completed" Type="Edm.Int32" /> |
| 9328 | + <Property Name="failed" Type="Edm.Int32" /> |
| 9329 | + <Property Name="inProgress" Type="Edm.Int32" /> |
| 9330 | + <Property Name="total" Type="Edm.Int32" /> |
| 9331 | + </ComplexType> |
9321 | 9332 | <ComplexType Name="restrictAccessAction" BaseType="graph.restrictAccessActionBase" /> |
9322 | 9333 | <ComplexType Name="restrictAccessActionBase" BaseType="graph.dlpActionInfo" Abstract="true"> |
9323 | 9334 | <Property Name="restrictionAction" Type="graph.restrictionAction" /> |
|
15445 | 15456 | <EntityType Name="mailboxRestoreArtifact" BaseType="graph.restoreArtifactBase"> |
15446 | 15457 | <Property Name="restoredFolderId" Type="Edm.String" /> |
15447 | 15458 | <Property Name="restoredFolderName" Type="Edm.String" /> |
| 15459 | + <Property Name="restoredItemCount" Type="Edm.Int32" /> |
15448 | 15460 | </EntityType> |
15449 | 15461 | <EntityType Name="mailboxRestoreArtifactsBulkAdditionRequest" BaseType="graph.restoreArtifactsBulkRequestBase"> |
15450 | 15462 | <Property Name="directoryObjectIds" Type="Collection(Edm.String)" /> |
|
17268 | 17280 | <Property Name="error" Type="graph.publicError" /> |
17269 | 17281 | <Property Name="lastModifiedBy" Type="graph.identitySet" /> |
17270 | 17282 | <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
| 17283 | + <Property Name="restoreJobType" Type="graph.restoreJobType" /> |
| 17284 | + <Property Name="restoreSessionArtifactCount" Type="graph.restoreSessionArtifactCount" /> |
17271 | 17285 | <Property Name="status" Type="graph.restoreSessionStatus" /> |
17272 | 17286 | </EntityType> |
17273 | 17287 | <EntityType Name="richLongRunningOperation" BaseType="graph.longRunningOperation"> |
|
0 commit comments