EventData.PartitionKey Property

Definition

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

public string PartitionKey { get; set; }
member this.PartitionKey : string with get, set
Public Property PartitionKey As String

Property Value

A partition key for the partition to which event data should be sent.

Applies to