Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LastEnqueuedEventProperties

Package version

A set of information about the last enqueued event of a partition, as observed by the consumer as events are received from the Event Hubs service

Hierarchy

  • LastEnqueuedEventProperties

Index

Properties

Optional enqueuedOn

enqueuedOn: Date

The date and time, in UTC, that the last event was enqueued into the Event Hub partition from which this event was received.

Optional offset

offset: undefined | string

The offset of the event that was last enqueued into the Event Hub partition from which this event was received.

Optional retrievedOn

retrievedOn: Date

The date and time, in UTC, that the last event was retrieved from the Event Hub partition.

Optional sequenceNumber

sequenceNumber: undefined | number

The sequence number of the event that was last enqueued into the Event Hub partition from which this event was received.

Generated using TypeDoc