EventProcessorPartition クラス

定義

操作が実行されている Event Hub パーティションに関する EventProcessor<TPartition> コンテキスト情報のセット。

public class EventProcessorPartition
type EventProcessorPartition = class
Public Class EventProcessorPartition
継承
EventProcessorPartition

注釈

このクラスは最小限の情報セットを表し、パーティションに追加のコンテキストを必要とするシナリオ用に拡張することを目的としています。

コンストラクター

EventProcessorPartition()

操作が実行されている Event Hub パーティションに関する EventProcessor<TPartition> コンテキスト情報のセット。

プロパティ

PartitionId

パーティションの識別子。

適用対象

こちらもご覧ください