Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReceivedEventData

Package version

Describes the structure of an event received from Event Hub.

Hierarchy

  • ReceivedEventData

Index

Properties

body

body: any
property

The message body that needs to be sent or is received.

enqueuedTimeUtc

enqueuedTimeUtc: Date
property

The enqueued time of the event.

offset

offset: number
property

The offset of the event.

partitionKey

partitionKey: string | null
property

When specified Event Hub will hash this to a partitionId. It guarantees that messages end up in a specific partition on the event hub.

Optional properties

properties: undefined | object
property

The application specific properties.

sequenceNumber

sequenceNumber: number
property

The sequence number of the event.

Optional systemProperties

systemProperties: undefined | object
property

The properties set by the service.

Generated using TypeDoc