OnSendEventsSuccessContext interface
Contains the events that were successfully sent to the Event Hub, and the partition they were assigned to.
Properties
events | The array of EventData and/or |
partition |
The partition each event was assigned. |
Property Details
events
The array of EventData and/or AmqpAnnotatedMessage
that were successfully sent to the Event Hub.
events: (EventData | AmqpAnnotatedMessage)[]
Property Value
partitionId
The partition each event was assigned.
partitionId: string
Property Value
string