다음을 통해 공유


DocumentDbOutputDataSource.PartitionKey Property

Definition

Gets or sets the name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.

[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