Edit

Share via


sharePointMigrationFinishManifestFileUploadEvent resource type

Namespace: microsoft.graph

Represents the manifest uploaded 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 ManifestFileUploadFinished. 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.
manifestFileName String The exported manifest file name. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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