Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Indicates whether the associated notification class uses digest delivery.
Sintaxis
<NotificationClasses>
<NotificationClass>
...
<DigestDelivery>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
Boolean. |
Default value |
false. |
Occurrence |
Optional once per NotificationClass element. |
Updates |
Can be added, deleted, and modified when updating the application. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
None. |
Notas
Digest delivery combines multiple notifications for the same subscriber into a single notification. The notifications must all be in the same notification batch and also must have the same SubscriberId, SubscriberLocale, DeviceName, and matching values in any fields with a DigestGrouping value of true.
If the DigestDelivery value is true, the NotificationBatchSize value specifies the number of notification batches generated from a single rule firing.
You cannot use both digest delivery and multicast delivery. If using digest delivery, the MulticastDelivery value must be false.
Ejemplo
The following example shows a DigestDelivery element set to true so that the application uses digest delivery.
<DigestDelivery>true</DigestDelivery>
Vea también
Referencia
NotificationBatchSize Element (ADF)
DigestGrouping Element for Field (ADF)
Otros recursos
Especificar entrega de resumen o de multidifusión
Actualizar instancias y aplicaciones