Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LastEnqueuedEventInfo

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

interface

LastEnqueuedEventInfo

Hierarchy

  • LastEnqueuedEventInfo

Index

Properties

Optional enqueuedTime

enqueuedTime: Date
property

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
property

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

Optional retrievalTime

retrievalTime: Date
property

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

Optional sequenceNumber

sequenceNumber: undefined | number
property

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

Generated using TypeDoc