Edit

Share via


sharePointMigrationJobProgressEvent 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 progress status of a migration job, either In progress or End.

Inherits from sharePointMigrationEvent.

Methods

For the list of supported methods, see sharePointMigrationEvent.

Properties

Property Type Description
bytesProcessed Int64 The number of bytes processed. Read-only.
bytesProcessedOnlyCurrentVersion Int64 The number of bytes processed with version history excluded. Read-only.
correlationId String The correlation ID of a migration job. Read-only. Inherited from sharePointMigrationEvent.
cpuDurationMs Int64 CPU duration in milliseconds. Read-only.
eventDateTime DateTimeOffset The date and time when the job status changes to In progress or End. 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.
filesProcessed Int64 The number of files processed. Read-only.
filesProcessedOnlyCurrentVersion Int64 The number of files processed with version history excluded. Read-only.
id String The unique identifier of this event. Read-only. Inherited from sharePointMigrationEvent.
isCompleted Boolean True if the job status is End. False if the job is In progress. Read-only.
jobId String The unique identifier of a migration job. Read-only. Inherited from sharePointMigrationEvent.
lastProcessedObjectId String The unique identifier of the last object processed. Read-only.
objectsProcessed Int64 The number of objects processed. Read-only.
sqlDurationMs Int64 SQL duration in milliseconds. Read-only.
sqlQueryCount Int64 SQL query count. Read-only.
totalDurationMs Int64 Total duration time in milliseconds. Read-only.
totalErrors Int64 Total errors. Read-only.
totalExpectedBytes Int64 Total bytes to be processed. Read-only.
totalExpectedObjects Int64 The number of objects to process. Read-only.
totalRetryCount Int32 The current retry count of the job. Read-only.
totalWarnings Int64 Total warnings. Read-only.
waitTimeOnSqlThrottlingMs Int64 Waiting time due to SQL throttling, in milliseconds. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.sharePointMigrationJobProgressEvent",
  "bytesProcessed": "Int64",
  "bytesProcessedOnlyCurrentVersion": "Int64",
  "correlationId": "String",
  "cpuDurationMs": "Int64",
  "eventDateTime": "String (timestamp)",
  "filesProcessed": "Int64",
  "filesProcessedOnlyCurrentVersion": "Int64",
  "id": "String (identifier)",
  "isCompleted": "Boolean",
  "jobId": "String",
  "lastProcessedObjectId": "String",
  "objectsProcessed": "Int64",
  "sqlDurationMs": "Int64",
  "sqlQueryCount": "Int64",
  "totalDurationMs": "Int64",
  "totalErrors": "Int64",
  "totalExpectedBytes": "Int64",
  "totalExpectedObjects": "Int64",
  "totalRetryCount": "Int32",
  "totalWarnings": "Int64",
  "waitTimeOnSqlThrottlingMs": "Int64"
}