Class that represents a migration job item within the database log
name | data type | description |
---|---|---|
jobId | number | Returns the job id |
objectId | number | Returns the object id for this item |
objectType | number | Returns the object type for this item. Generic Content.Node type values are being used. (e.g. 10007 for pages..) |
status | number | Returns the migration status of this object item. This reflects how the object was handled within the migration job. |
Example
{ "jobId" : 12345, "objectId" : 12345, "objectType" : 12345, "status" : 12345 }