Skip to content

Latest commit

 

History

History
64 lines (55 loc) · 2.68 KB

File metadata and controls

64 lines (55 loc) · 2.68 KB
title sharepointMigrationEvent resource type
description Represents the common information of a SharePoint migration event.
author wenzhou
ms.date 11/17/2025
ms.localizationpriority medium
ms.subservice onedrive
doc_type resourcePageType
toc.title SharePoint migration event

sharePointMigrationEvent resource type

Namespace: microsoft.graph

Represents the common information of a SharePoint migration event.

Base event of the following progress events:

Inherits from entity.

Methods

Method Return type Description
List progress events sharePointMigrationEvent collection Get a list of migration events for a particular job in a fileStorageContainer.

Properties

Property Type Description
correlationId String The correlation ID of a migration job. Read-only.
eventDateTime DateTimeOffset The date and time when the job status changes. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
id String The unique identifier of a migration progress event. Read-only. Inherited from entity.
jobId String The unique identifier of a migration job. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.sharePointMigrationEvent",
  "correlationId": "String",
  "eventDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "jobId": "String"
}