PartitionProperties interface
Describes the runtime information of an EventHub Partition.
Properties
beginning |
The starting sequence number of the partition's message log. |
event |
The name of the Event Hub. |
is |
Indicates whether the partition is empty. |
last |
The offset of the last enqueued message in the partition's message log. |
last |
The time of the last enqueued message in the partition's message log in UTC. |
last |
The last sequence number of the partition's message log. |
partition |
Identifier of the partition within the Event Hub. |
Property Details
beginningSequenceNumber
The starting sequence number of the partition's message log.
beginningSequenceNumber: number
Property Value
number
eventHubName
The name of the Event Hub.
eventHubName: string
Property Value
string
isEmpty
Indicates whether the partition is empty.
isEmpty: boolean
Property Value
boolean
lastEnqueuedOffset
The offset of the last enqueued message in the partition's message log.
lastEnqueuedOffset: number
Property Value
number
lastEnqueuedOnUtc
The time of the last enqueued message in the partition's message log in UTC.
lastEnqueuedOnUtc: Date
Property Value
Date
lastEnqueuedSequenceNumber
The last sequence number of the partition's message log.
lastEnqueuedSequenceNumber: number
Property Value
number
partitionId
Identifier of the partition within the Event Hub.
partitionId: string
Property Value
string