你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Checkpoint interface
检查点用于表示用户从事件中心实例中使用者组的特定分区中最后一个成功处理的事件。
updateCheckpoint()
当用户调用 类上的 PartitionProcessor
方法时,Checkpoint
将在内部创建 。 然后,在创建 EventProcessor
时,它存储在由用户选择的 实现CheckpointManager
的存储解决方案中。
用户永远不会直接与交互 Checkpoint
。 存在此接口以支持 和 CheckpointManager
的内部工作EventProcessor
。
属性
consumer |
使用者组名称 |
event |
事件中心名称 |
fully |
完全限定的事件中心命名空间。 这可能类似于 .servicebus.windows.net |
offset | 事件的偏移量。 |
partition |
事件中心分区的标识符 |
sequence |
事件的序列号 |
属性详细信息
consumerGroup
使用者组名称
consumerGroup: string
属性值
string
eventHubName
事件中心名称
eventHubName: string
属性值
string
fullyQualifiedNamespace
完全限定的事件中心命名空间。 这可能类似于 .servicebus.windows.net
fullyQualifiedNamespace: string
属性值
string
offset
事件的偏移量。
offset: number
属性值
number
partitionId
事件中心分区的标识符
partitionId: string
属性值
string
sequenceNumber
事件的序列号
sequenceNumber: number
属性值
number