mms_rbs_operation_replay Table

A subset of the mms_rbs_request table data.

Column name Column type Description
id integer The identifier of the data row.
deviceId varchar(255) The identifier of the physical device performing the operation replay.
userName varchar(255) The name of the user associated with the device ID.
packageName varchar(255) The package name of the mobile business object (MBO).
domain varchar(255) The domain to which the package involved in synchronization or operation replay belongs.
startTime timestamp The date and time the operation replay request was initiated.
endTime timestamp The date and time the operation replay was completed.
processTime integer The total time of the operation replay, in milliseconds.
mbo varchar(255) The MBO performing the transaction.
operation varchar(255) The operation performing the operation replay.
isError bit Whether errors occurred during the synchronization or replay: 1 if errors were recorded, 0 if no errors were recorded.
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.