A subset of the mms_rbs_request table data.
| Column name | Column type | Description |
|---|---|---|
| id | integer | The identifier of the data row. |
| packageName | varchar(255) | The package name of the mobile business object (MBO) data synchronization. |
| domain | varchar(255) | The domain to which the package involved in synchronization belongs. |
| mboName | varchar(255) | The name of the MBO performing the transaction. |
| startTime | timestamp | The date and time the synchronization request was initiated. |
| endTime | timestamp | The date and time the synchronization request was completed. |
| syncTime | integer | The total time of the synchronization, in milliseconds. |
| isError | bit | Whether errors have occured during the synchronization: 1 if errors were recorded, 0 if no errors were recorded. |