LastEnqueuedEventProperties interface
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
Properties
enqueued |
The date and time, in UTC, that the last event was enqueued into the Event Hub partition from which this event was received. |
offset | The offset of the event that was last enqueued into the Event Hub partition from which this event was received. |
retrieved |
The date and time, in UTC, that the last event was retrieved from the Event Hub partition. |
sequence |
The sequence number of the event that was last enqueued into the Event Hub partition from which this event was received. |
Property Details
enqueuedOn
The date and time, in UTC, that the last event was enqueued into the Event Hub partition from which this event was received.
enqueuedOn?: Date
Property Value
Date
offset
The offset of the event that was last enqueued into the Event Hub partition from which this event was received.
offset?: string
Property Value
string
retrievedOn
The date and time, in UTC, that the last event was retrieved from the Event Hub partition.
retrievedOn?: Date
Property Value
Date
sequenceNumber
The sequence number of the event that was last enqueued into the Event Hub partition from which this event was received.
sequenceNumber?: number
Property Value
number