migrationJobLogEntryItem
| Namespace: |
(default namespace) |
| XML Schema: |
ns1.xsd |
Class that represents a migration job item within the database log
XML
Elements
| name (type) |
min/max occurs |
description |
|
jobId (int)
|
1/1 |
Returns the job id
|
|
objectId (int)
|
1/1 |
Returns the object id for this item
|
|
objectType (int)
|
1/1 |
Returns the object type for this item. Generic Content.Node type values are being used. (e.g. 10007 for pages..)
|
|
status (int)
|
1/1 |
Returns the migration status of this object item. This reflects how the object was handled within the migration job.
|
JSON
| property |
type |
description |
| jobId |
jobId (int)
|
Returns the job id
|
| objectId |
objectId (int)
|
Returns the object id for this item
|
| objectType |
objectType (int)
|
Returns the object type for this item. Generic Content.Node type values are being used. (e.g. 10007 for pages..)
|
| status |
status (int)
|
Returns the migration status of this object item. This reflects how the object was handled within the migration job.
|