Condividi tramite


DataExport.EventHubName Property

Definition

Gets or sets optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to