RecommendedIndex.Columns Property

Definition

Gets columns over which to build index

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to