Microsoft Graph · Schema

microsoft.graph.sharePointMigrationJobProgressEvent

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsharepointmigrationjobprogressevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.sharePointMigrationJobProgressEvent",
  "title": "microsoft.graph.sharePointMigrationJobProgressEvent",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.sharePointMigrationEvent"
    },
    {
      "title": "sharePointMigrationJobProgressEvent",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "bytesProcessed": {
          "type": "number",
          "description": "The number of bytes processed. Read-only.",
          "format": "int64"
        },
        "bytesProcessedOnlyCurrentVersion": {
          "type": "number",
          "description": "The number of bytes processed with version history excluded. Read-only.",
          "format": "int64"
        },
        "cpuDurationMs": {
          "type": "number",
          "description": "CPU duration in milliseconds. Read-only.",
          "format": "int64"
        },
        "filesProcessed": {
          "type": "number",
          "description": "The number of files processed. Read-only.",
          "format": "int64"
        },
        "filesProcessedOnlyCurrentVersion": {
          "type": "number",
          "description": "The number of files processed with version history excluded. Read-only.",
          "format": "int64"
        },
        "isCompleted": {
          "type": "boolean",
          "description": "True if the job status is End. False if the job is In progress. Read-only."
        },
        "lastProcessedObjectId": {
          "type": "string",
          "description": "The unique identifier of the last object processed. Read-only."
        },
        "objectsProcessed": {
          "type": "number",
          "description": "The number of objects processed. Read-only.",
          "format": "int64"
        },
        "sqlDurationMs": {
          "type": "number",
          "description": "SQL duration in milliseconds. Read-only.",
          "format": "int64"
        },
        "sqlQueryCount": {
          "type": "number",
          "description": "SQL query count. Read-only.",
          "format": "int64"
        },
        "totalDurationMs": {
          "type": "number",
          "description": "Total duration time in milliseconds. Read-only.",
          "format": "int64"
        },
        "totalErrors": {
          "type": "number",
          "description": "Total errors. Read-only.",
          "format": "int64"
        },
        "totalExpectedBytes": {
          "type": "number",
          "description": "Total bytes to be processed. Read-only.",
          "format": "int64"
        },
        "totalExpectedObjects": {
          "type": "number",
          "description": "The number of objects to process. Read-only.",
          "format": "int64"
        },
        "totalRetryCount": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "The current retry count of the job. Read-only.",
          "format": "int32"
        },
        "totalWarnings": {
          "type": "number",
          "description": "Total warnings. Read-only.",
          "format": "int64"
        },
        "waitTimeOnSqlThrottlingMs": {
          "type": "number",
          "description": "Waiting time due to SQL throttling, in milliseconds. Read-only.",
          "format": "int64"
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.sharePointMigrationJobProgressEvent"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphsharepointmigrationjobprogressevent"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.