PartitionOwnership interface
介面,表示 EventProcessor 擁有從事件中樞實例取用者群組處理指定分割區的詳細數據。
附注:這是由 EventProcessor 內部使用,用戶永遠不需要直接建立它。
屬性
| consumer |
取用者組名 |
| etag | 作業的唯一標識碼。 |
| event |
事件中樞名稱 |
| fully |
完整事件中樞命名空間。 這很可能類似於 <yournamespace.servicebus.windows.net> |
| last |
上次修改的時間。 |
| owner |
事件處理器的唯一標識碼。 |
| partition |
事件中樞分割區的標識碼。 |
屬性詳細資料
consumerGroup
取用者組名
consumerGroup: string
屬性值
string
etag
作業的唯一標識碼。
etag?: string
屬性值
string
eventHubName
事件中樞名稱
eventHubName: string
屬性值
string
fullyQualifiedNamespace
完整事件中樞命名空間。 這很可能類似於 <yournamespace.servicebus.windows.net>
fullyQualifiedNamespace: string
屬性值
string
lastModifiedTimeInMs
上次修改的時間。
lastModifiedTimeInMs?: number
屬性值
number
ownerId
事件處理器的唯一標識碼。
ownerId: string
屬性值
string
partitionId
事件中樞分割區的標識碼。
partitionId: string
屬性值
string