Tip
|
Introduced in Catalog Service 2.1.0. |
A Bulk Operation is a container to associate an entity CRUD operation to a list of entities within a given context.
Field | Description |
---|---|
|
Unique row ID |
|
A friendly identifier for the operation. |
|
The type of entity that is associated with the bulk operation. Used in combination with operation type to determine how to handle the operation. |
|
The type of operation being performed during the bulk operation. Used in combination with entity type to determine how to handle the operation. |
|
The context provided with the bulk operation. |
|
Additional data to be passed for performing this bulk operation. Data used during operation processing to apply updates in bulk. |
|
The current status of the bulk operation. |
|
The current sub-status of the bulk operation. |
|
A detailed historical list of statuses for this bulk operation. Contains the status & sub-status at the time of each update. |
|
The total records to be processed by this bulk operation. |
|
The number of records that were successfully processed. |
|
The number of records that had errors during processing. |
|
The timestamp when this bulk operation was created. |
|
The timestamp when this bulk operation was last updated. |
|
The identity of the creator of this bulk operation. Uses the authenticated author stored on the context info. |
|
The id of the sandbox this bulk operation is executed within. |
|
The id of the catalog this bulk operation is scoped within, if any. |
|
The id of the application this bulk operation was initiated from, if any. Note that if this id is not supplied then that implies a tenant-level operation and a catalog ID is required. |
|
The id of the tenant this bulk operation was initiated from. |
|
Miscellaneous attributes for this bulk operation. |
A Bulk Operation Item is a reference to a single entity and its state within the context of a bulk operation.
Field | Description |
---|---|
|
Unique row ID |
|
The identifier for the owning bulk operation. |
|
The context ID of the entity for this item. |
|
The current state of this item. |
|
The error message if this item failed processing. |
|
Details on the error(s) encountered during processing. |
|
Miscellaneous attributes for the processing of this item. |