USqlDistributionInfo.Keys Property

Definition

Gets or sets the list of directed columns in the distribution

[Newtonsoft.Json.JsonProperty(PropertyName="keys")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn> Keys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keys")>]
member this.Keys : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn> with get, set
Public Property Keys As IList(Of USqlDirectedColumn)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to