Compartir a través de


AzureTableOutputDataSourceProperties.ColumnsToRemove Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Origin(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.PropertyOrigin.Owned)]
public System.Collections.Generic.List<string> ColumnsToRemove { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Origin(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.PropertyOrigin.Owned)>]
member this.ColumnsToRemove : System.Collections.Generic.List<string> with get, set
Public Property ColumnsToRemove As List(Of String)

Property Value

Implements

Attributes

Applies to