Share via


AzureTableOutputDataSource.ColumnsToRemove Property

Definition

Gets or sets if specified, each item in the array is the name of a column to remove (if present) from output event entities.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to