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
| consumer |
The consumer group name |
| etag | The unique identifier for the operation. |
| event |
The event hub name |
| fully |
The fully qualified Event Hubs namespace. This is likely to be similar to <yournamespace>.servicebus.windows.net |
| last |
The last modified time. |
| owner |
The unique identifier of the event processor. |
| partition |
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 <yournamespace>.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