你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
EventProcessorCheckpoint()

Properties

Name Description
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