Properties
consumerGroupName
consumerGroupName: string
Optional eTag
eTag: undefined | string
eventHubName
eventHubName: string
fullyQualifiedNamespace
fullyQualifiedNamespace: string
Optional lastModifiedTimeInMS
lastModifiedTimeInMS: undefined | number
Optional offset
offset: undefined | number
ownerLevel
ownerLevel: number
partitionId
partitionId: string
Optional sequenceNumber
sequenceNumber: undefined | number
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.