Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OnSendEventsSuccessContext

Package version

Contains the events that were successfully sent to the Event Hub, and the partition they were assigned to.

Hierarchy

  • OnSendEventsSuccessContext

Index

Properties

Properties

events

events: Array<EventData | AmqpAnnotatedMessage>

The array of EventData and/or AmqpAnnotatedMessage that were successfully sent to the Event Hub.

partitionId

partitionId: string

The partition each event was assigned.

Generated using TypeDoc