你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PartitionOwnership interface
一个接口,表示有关哪个实例 EventProcessor
拥有从事件中心实例的使用者组处理给定分区的详细信息。
注意:这由 EventProcessor
内部使用,用户无需直接创建它。
属性
consumer |
使用者组名称 |
etag | 操作的唯一标识符。 |
event |
事件中心名称 |
fully |
完全限定的事件中心命名空间。 这可能类似于 .servicebus.windows.net |
last |
上次修改时间。 |
owner |
事件处理程序的唯一标识符。 |
partition |
事件中心分区的标识符。 |
属性详细信息
consumerGroup
使用者组名称
consumerGroup: string
属性值
string
etag
操作的唯一标识符。
etag?: string
属性值
string
eventHubName
事件中心名称
eventHubName: string
属性值
string
fullyQualifiedNamespace
完全限定的事件中心命名空间。 这可能类似于 .servicebus.windows.net
fullyQualifiedNamespace: string
属性值
string
lastModifiedTimeInMs
上次修改时间。
lastModifiedTimeInMs?: number
属性值
number
ownerId
事件处理程序的唯一标识符。
ownerId: string
属性值
string
partitionId
事件中心分区的标识符。
partitionId: string
属性值
string