EventProcessorCheckpoint 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.
Contains the information to reflect the state of event processing for a given Event Hub partition.
public class EventProcessorCheckpoint
type EventProcessorCheckpoint = class
Public Class EventProcessorCheckpoint
- Inheritance
-
EventProcessorCheckpoint
Constructors
EventProcessorCheckpoint() |
Properties
ClientIdentifier |
The unique identifier of the client that authored this checkpoint. |
ConsumerGroup |
The name of the consumer group this checkpoint is associated with. |
EventHubName |
The name of the specific Event Hub this checkpoint is associated with, relative to the Event Hubs namespace that contains it. |
FullyQualifiedNamespace |
The fully qualified Event Hubs namespace this checkpoint is associated with. This
is likely to be similar to |
LastModified |
The date and time the checkpoint was last modified. |
PartitionId |
The identifier of the Event Hub partition this checkpoint is associated with. |
StartingPosition |
The starting position within the partition's event stream that this checkpoint is associated with. |