Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 2.32 KB

File metadata and controls

58 lines (49 loc) · 2.32 KB
title sharePointMigrationJobCancelledEvent resource type
description Represents the canceled status of a SharePoint migration job.
author wenzhou
ms.date 06/04/2025
ms.localizationpriority medium
ms.subservice onedrive
doc_type resourcePageType
toc.title SharePoint migration job cancelled event

sharePointMigrationJobCancelledEvent resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the canceled status of a SharePoint migration job.

Inherits from sharePointMigrationEvent.

Methods

For the list of supported methods, see sharePointMigrationEvent.

Properties

Property Type Description
correlationId String The correlation ID of a migration job. Read-only. Inherited from sharePointMigrationEvent.
eventDateTime DateTimeOffset The date and time when the job status changes to Canceled. 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. Inherited from sharePointMigrationEvent.
id String The unique identifier of this event. Read-only. Inherited from sharePointMigrationEvent.
isCancelledByUser Boolean True when a user cancels the job; otherwise, false. Read-only.
jobId String The unique identifier of a migration job. Read-only. Inherited from sharePointMigrationEvent.
totalRetryCount Int32 The current retry count of the job. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.sharePointMigrationJobCancelledEvent",
  "correlationId": "String",
  "eventDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "isCancelledByUser": "Boolean",
  "jobId": "String",
  "totalRetryCount": "Int32"
}