Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents artifact count metadata for a restore session. Restore session APIs are used by SharePoint, OneDrive, and Exchange Online admins to perform restore-related tasks on artifacts that are protected as part of a protection policy.
Properties
Property | Type | Description |
---|---|---|
total | Int32 | The number of artifacts present in the restore session. |
inProgress | Int32 | The number of artifacts whose restoration is in progress. |
completed | Int32 | The number of artifacts whose restoration completed. |
failed | Int32 | The number of artifacts whose restoration failed. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.restoreSessionArtifactCount",
"total": "Int32",
"inProgress": "Int32",
"completed": "Int32",
"failed": "Int32"
}