PartitionOwnership interface

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.

Properties

consumerGroup

The consumer group name

etag

The unique identifier for the operation.

eventHubName

The event hub name

fullyQualifiedNamespace

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

lastModifiedTimeInMs

The last modified time.

ownerId

The unique identifier of the event processor.

partitionId

The identifier of the Event Hub partition.

Property Details

consumerGroup

The consumer group name

consumerGroup: string

Property Value

string

etag

The unique identifier for the operation.

etag?: string

Property Value

string

eventHubName

The event hub name

eventHubName: string

Property Value

string

fullyQualifiedNamespace

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

fullyQualifiedNamespace: string

Property Value

string

lastModifiedTimeInMs

The last modified time.

lastModifiedTimeInMs?: number

Property Value

number

ownerId

The unique identifier of the event processor.

ownerId: string

Property Value

string

partitionId

The identifier of the Event Hub partition.

partitionId: string

Property Value

string