EventProcessorPartitionOwnership Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of information for describing the status of the partition ownership between EventProcessor<TPartition> instances cooperating for distribution of processing for a given Event Hub.
public class EventProcessorPartitionOwnership
type EventProcessorPartitionOwnership = class
Public Class EventProcessorPartitionOwnership
- Inheritance
-
EventProcessorPartitionOwnership
Constructors
EventProcessorPartitionOwnership() |
Properties
ConsumerGroup |
The name of the consumer group this ownership is associated with. |
EventHubName |
The name of the specific Event Hub this ownership is associated with, relative to the Event Hubs namespace that contains it. |
FullyQualifiedNamespace |
The fully qualified Event Hubs namespace this ownership is associated with. This
is likely to be similar to |
LastModifiedTime |
The date and time, in UTC, that the last update was made to this ownership. |
OwnerIdentifier |
The identifier of the associated EventProcessor<TPartition> instance. |
PartitionId |
The identifier of the Event Hub partition this ownership is associated with. |
Version |
The version metadata needed to update this ownership. |
Applies to
See also
Azure SDK for .NET