次の方法で共有


InputProperties.PartitionKey プロパティ

定義

partitionKey を取得または設定します。入力データのパーティション分割に使用される入力データ内のキーについて説明します

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象