次の方法で共有


EventHubStreamInputDataSource.ConsumerGroupName プロパティ

定義

イベント ハブからイベントを読み取るために使用するイベント ハブ コンシューマー グループの名前を取得または設定します。 複数の入力に個別のコンシューマー グループ名を指定すると、それらの各入力がイベント ハブから同じイベントを受信できます。 指定しない場合、入力では Event Hub の既定のコンシューマー グループが使用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.consumerGroupName")]
public string ConsumerGroupName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.consumerGroupName")>]
member this.ConsumerGroupName : string with get, set
Public Property ConsumerGroupName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象