你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventHubV2StreamInputDataSource.ConsumerGroupName 属性

定义

获取或设置事件中心使用者组的名称,该事件中心使用者组应用于从事件中心读取事件。 为多个输入指定不同的使用者组名称允许每个输入从事件中心接收相同的事件。 如果未指定,则输入将使用事件中心的默认使用者组。

[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

适用于