Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 1.82 KB

File metadata and controls

53 lines (44 loc) · 1.82 KB
title sharePointMigrationJobQueuedEvent resource type
description Represents the queued status of a migration job.
author wenzhou
ms.date 11/17/2025
ms.localizationpriority medium
ms.subservice onedrive
doc_type resourcePageType
toc.title SharePoint migration job queued event

sharePointMigrationJobQueuedEvent resource type

Namespace: microsoft.graph

Represents the queued status of a 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 Queued. Read-only. Inherited from sharePointMigrationEvent.
id String The unique identifier of this event. Read-only. Inherited from sharePointMigrationEvent.
jobId String The unique identifier of a migration job. Read-only. Inherited from sharePointMigrationEvent.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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