Detailed history information for replication-based synchronization.
| Column name | Column type | Description |
|---|---|---|
| id | integer | The identifier of the data row. |
| summaryId | varchar(50) | The identifier for the row summary information. |
| deviceId | varchar(255) | The identifier of the physical device performing the synchronization request. |
| userName | varchar(255) | The name of the user associated with the device ID. |
| packageName | varchar(255) | The package name of the MBO data synchronization or operation replay activity. |
| domain | varchar(255) | The domain to which the package involved in synchronization or operation replay belongs. |
| 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 or operation replay activity, in milliseconds. |
| sendRows | integer | The number of rows downloaded during the mobile business object (MBO) synchronization. If 1 appears, the action was an operation replay. |
| isError | bit | Whether an error has occured during the synchronization or replay: 1 if errors were recorded, 0 if no errors were recorded. |
| sentBytes | integer | The number of bytes downloaded in the transaction. |
| receivedBytes | integer | The number of bytes uploaded in the transaction. |
| syncPhase | varchar(20) | The current synchronization activity: upload or download. During upload, a client initiates operation replays to execute MBO operations on the back-end system. During download, a client synchronizes with Unwired Server to receive the latest changes to an MBO from the back-end system. |
| mboNames | varchar(500) | The MBO that downloaded information. |
| operationNames | varchar(500) | The operation replay. |
| operationReplays | integer | The number of operation replays performed. Zero (0) indicates that information was downloaded by the MBO during a synchronization action. |
| isMonitored | bit | Whether the MBO is monitored. If 1, it is monitored. If 0, it is not. |
| isLogged | bit | Whether the domain is logging data. If 1, domain is logging data. If 0, it is not. |
| applicationId | varchar(100) | The identifier for the application information. |