PartitionRuntimeInformation クラス

定義

イベント ハブの論理パーティションのおおよそのランタイム情報を表します。

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

コンストラクター

PartitionRuntimeInformation()

イベント ハブの論理パーティションのおおよそのランタイム情報を表します。

プロパティ

BeginSequenceNumber

開始シーケンス番号を取得します。

EventHubPath

イベント ハブのパスを取得します。

IsEmpty

パーティションが emtpy かどうかを取得します。

LastEnqueuedOffset

最後にエンキューされたイベントのオフセットを取得します。

LastEnqueuedSequenceNumber

終了シーケンス番号を取得します。

LastEnqueuedTimeUtc

最後のイベントのエンキューされた UTC 時刻を取得します。

PartitionId

イベント ハブの論理パーティションのパーティション ID を取得します。

適用対象