Class EventProcessorPartition
A set of contextual information about an Event Hub partition for which an EventProcessor<TPartition> operation is being performed.
Inheritance
System.Object
EventProcessorPartition
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Messaging.EventHubs.dll
Syntax
public class EventProcessorPartition
Remarks
This class represents a minimalist set of information and is intended to be
extended for scenarios which require additional context for partitions.
Constructors
EventProcessorPartition()
Declaration
public EventProcessorPartition ();
Properties
PartitionId
The identifier of the partition.
Declaration
public string PartitionId { get; protected internal set; }
Property Value
System.String
|