mms_rbs_request_summary Table

Summary history information for replication-based synchronization transactions.

Column name Column type Description
id integer The identifier of the data row.
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 mobile business object (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.
request syncTime integer The total time of the synchronization or operation replay activity, in milliseconds.
totalReceivedRows integer Always 1.
totalErrors integer The number of all exceptions during the synchronization request.
totalsentBytes integer The number of all bytes dowloaded by the MBO.
totalreceivedBytes integer The number of all bytes uploaded by the MBO.
totalOperationReplays integer The number of all operation replays for the MBO.
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.
mbo varchar(500) The MBO that downloaded information.