RecommendedIndex.IncludedColumns Property

Definition

Gets the list of column names to be included in the index

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to