Share via


InputProperties.PartitionKey Property

Definition

Gets or sets partitionKey Describes a key in the input data which is used for partitioning the input data

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to