次の方法で共有


DocumentDbOutputDataSource.PartitionKey プロパティ

定義

コレクション間で出力をパーティション分割するためのキーを指定するために使用される出力イベントのフィールドの名前を取得または設定します。 'collectionNamePattern' に {partition} トークンが含まれている場合は、このプロパティを指定する必要があります。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象