Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartitionOwnership

Package version

An interface representing the details on which instance of a EventProcessor owns processing of a given partition from a consumer group of an Event Hub instance.

Note: This is used internally by the EventProcessor and user never has to create it directly.

Hierarchy

  • PartitionOwnership

Index

Properties

consumerGroup

consumerGroup: string

The consumer group name

Optional etag

etag: undefined | string

The unique identifier for the operation.

eventHubName

eventHubName: string

The event hub name

fullyQualifiedNamespace

fullyQualifiedNamespace: string

The fully qualified Event Hubs namespace. This is likely to be similar to .servicebus.windows.net

Optional lastModifiedTimeInMs

lastModifiedTimeInMs: undefined | number

The last modified time.

ownerId

ownerId: string

The unique identifier of the event processor.

partitionId

partitionId: string

The identifier of the Event Hub partition.

Generated using TypeDoc