Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartitionProperties

Package version

Describes the runtime information of an EventHub Partition.

Hierarchy

  • PartitionProperties

Index

Properties

beginningSequenceNumber

beginningSequenceNumber: number
property

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

eventHubName

eventHubName: string
property

The name of the Event Hub.

isEmpty

isEmpty: boolean
property

Indicates whether the partition is empty.

lastEnqueuedOffset

lastEnqueuedOffset: number
property

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

lastEnqueuedOnUtc

lastEnqueuedOnUtc: Date
property

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

lastEnqueuedSequenceNumber

lastEnqueuedSequenceNumber: number
property

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

partitionId

partitionId: string
property

Identifier of the partition within the Event Hub.

Generated using TypeDoc