Share via


EventHubV2OutputDataSource.PartitionKey Property

Definition

Gets or sets the key/column that is used to determine to which partition to send event data.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to