Edit

Share via


sharePointMigrationEvent resource type

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 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. Inherits 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"
}