Share via


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

EventProcessorCheckpoint 类

定义

包含用于反映给定事件中心分区的事件处理状态的信息。

public class EventProcessorCheckpoint
type EventProcessorCheckpoint = class
Public Class EventProcessorCheckpoint
继承
EventProcessorCheckpoint

构造函数

EventProcessorCheckpoint()

包含用于反映给定事件中心分区的事件处理状态的信息。

属性

ConsumerGroup

与此检查点关联的使用者组的名称。

EventHubName

与此检查点关联的特定事件中心的名称,相对于包含它的事件中心命名空间。

FullyQualifiedNamespace

与此检查点关联的完全限定的事件中心命名空间。 这可能类似于 {yournamespace}.servicebus.windows.net

PartitionId

与此检查点关联的事件中心分区的标识符。

StartingPosition

与此检查点关联的分区事件流中的起始位置。

适用于

另请参阅