Microsoft Graph · Schema

restorePointSearchResult

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
artifactHitCount number Total number of artifacts restored.
restorePoint object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphrestorepointsearchresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.restorePointSearchResult",
  "title": "restorePointSearchResult",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "artifactHitCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Total number of artifacts restored.",
      "format": "int32",
      "nullable": true
    },
    "restorePoint": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.restorePoint"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "x-ms-navigationProperty": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}