pub type dpiSubscrGroupingType = u8;Expand description
This enumeration identifies the grouping type. It is used in the
dpiSubscrCreateParams structure.
| Value | Description |
|---|---|
DPI_SUBSCR_GROUPING_TYPE_LAST | The last event in the group is sent. |
DPI_SUBSCR_GROUPING_TYPE_SUMMARY | A summary of all events in the group is sent. This is also the default value. |