AzureTableOutputDataSource.PartitionKey プロパティ

定義

この要素を取得または設定します。この要素は、Azure Table のパーティション キーとして使用されるクエリの SELECT ステートメントの列の名前を示します。 PUT (CreateOrReplace) 要求で必須。

[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

適用対象