次の方法で共有


AzureTableOutputDataSource.RowKey プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象