次の方法で共有


AzureTableOutputDataSource.ColumnsToRemove プロパティ

定義

指定されている場合、配列内の各項目は出力イベント エンティティから削除する列の名前 (存在する場合) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.columnsToRemove")]
public System.Collections.Generic.IList<string> ColumnsToRemove { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.columnsToRemove")>]
member this.ColumnsToRemove : System.Collections.Generic.IList<string> with get, set
Public Property ColumnsToRemove As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象