次の方法で共有


EventHubDescription.PartitionCount プロパティ

定義

イベント ハブ上のシャードの現在の数を取得または設定します。

public int PartitionCount { get; set; }
member this.PartitionCount : int with get, set
Public Property PartitionCount As Integer

プロパティ値

イベント ハブ上のサブスクリプションの数を返します。

例外

パーティション数の値が負の場合にスローされます。

適用対象