Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartitionProperties

Package version

Describes the runtime information of an EventHub Partition.

interface

PartitionProperties

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.

lastEnqueuedOffset

lastEnqueuedOffset: number
property

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

lastEnqueuedSequenceNumber

lastEnqueuedSequenceNumber: number
property

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

lastEnqueuedTimeUtc

lastEnqueuedTimeUtc: Date
property

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

partitionId

partitionId: string
property

Identifier of the partition within the Event Hub.

Generated using TypeDoc