PartitionProperties interface

Describes the runtime information of an EventHub Partition.

Properties

beginningSequenceNumber

The starting sequence number of the partition's message log.

eventHubName

The name of the Event Hub.

isEmpty

Indicates whether the partition is empty.

lastEnqueuedOffset

The offset of the last enqueued message in the partition's message log.

lastEnqueuedOnUtc

The time of the last enqueued message in the partition's message log in UTC.

lastEnqueuedSequenceNumber

The last sequence number of the partition's message log.

partitionId

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