共用方式為


PartitionOwnership interface

介面,表示實例從事件中樞實例 EventProcessor 的取用者群組擁有指定分割區處理的詳細資料。

注意:這是由 內部使用, EventProcessor 而且使用者永遠不需要直接建立它。

屬性

consumerGroup

取用者組名

etag

作業的唯一識別碼。

eventHubName

事件中樞名稱

fullyQualifiedNamespace

完整的事件中樞命名空間。 這可能類似于 .servicebus.windows.net

lastModifiedTimeInMs

上次修改的時間。

ownerId

事件處理器的唯一識別碼。

partitionId

事件中樞分割區的識別碼。

屬性詳細資料

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