EventProcessorCheckpoint Class

Definition

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 {yournamespace}.servicebus.windows.net.

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.

Applies to

See also