Share via


ExecuteWranglingDataflowActivity.Sinks Property

Definition

Gets or sets (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.sinks")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.PowerQuerySink> Sinks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.sinks")>]
member this.Sinks : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.PowerQuerySink> with get, set
Public Property Sinks As IDictionary(Of String, PowerQuerySink)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to