Delen via


USqlTable.IndexList Property

Definition

Gets or sets the list of indices in this table

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to