Outbound notification information for replication-based synchronization packages.
| Column name | Column type | Description |
|---|---|---|
| id | integer | The identifier of the data row. |
| deviceId | varchar(255) | The identifier of the physical device receiving the outbound notification. |
| userName | varchar(255) | The name of the user associated with the device ID. |
| packageName | varchar(255) | The package name of the MBO. |
| domain | varchar(255) | The domain to which the package belongs. |
| publicationName | varchar(255) | The synchronization group of the outbound notification. |
| notificationTime | timestamp | The time the outbound notification was sent. |
| subscriptionId | integer | The identifier for the subscription. |
| subcriptionEnabled | bit | Whether the subscription is enabled. If 1, it is. If 0, it is not. |
| 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. |