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

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

eventHubName

eventHubName: string

The name of the Event Hub.

isEmpty

isEmpty: boolean

Indicates whether the partition is empty.

lastEnqueuedOffset

lastEnqueuedOffset: number

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

lastEnqueuedOnUtc

lastEnqueuedOnUtc: Date

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

lastEnqueuedSequenceNumber

lastEnqueuedSequenceNumber: number

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

partitionId

partitionId: string

Identifier of the partition within the Event Hub.

Generated using TypeDoc