Share via


AzureDataExplorerConnectionProperties.EventHubConsumerGroup Property

Definition

Gets or sets the EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to