USqlIndex.IndexKeys Property

 

Optional. Gets or sets the list of directed columns in the index

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

public IList<USqlDirectedColumn> IndexKeys { get; set; }
public:
property IList<USqlDirectedColumn^>^ IndexKeys {
    IList<USqlDirectedColumn^>^ get();
    void set(IList<USqlDirectedColumn^>^ value);
}
member IndexKeys : IList<USqlDirectedColumn> with get, set
Public Property IndexKeys As IList(Of USqlDirectedColumn)

Property Value

Type: System.Collections.Generic.IList<USqlDirectedColumn>

See Also

USqlIndex Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top