USqlIndex Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
USqlIndex() |
Initialise une nouvelle instance de la classe USqlIndex. |
USqlIndex(String, IList<USqlDirectedColumn>, IList<String>, USqlDistributionInfo, Nullable<Guid>, IList<String>, IList<String>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe USqlIndex. |
USqlIndex()
Initialise une nouvelle instance de la classe USqlIndex.
public USqlIndex ();
Public Sub New ()
S’applique à
USqlIndex(String, IList<USqlDirectedColumn>, IList<String>, USqlDistributionInfo, Nullable<Guid>, IList<String>, IList<String>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>)
Initialise une nouvelle instance de la classe USqlIndex.
public USqlIndex (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn> indexKeys = default, System.Collections.Generic.IList<string> columns = default, Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo distributionInfo = default, Guid? partitionFunction = default, System.Collections.Generic.IList<string> partitionKeyList = default, System.Collections.Generic.IList<string> streamNames = default, bool? isColumnstore = default, int? indexId = default, bool? isUnique = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex : string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo * Nullable<Guid> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex
Public Sub New (Optional name As String = Nothing, Optional indexKeys As IList(Of USqlDirectedColumn) = Nothing, Optional columns As IList(Of String) = Nothing, Optional distributionInfo As USqlDistributionInfo = Nothing, Optional partitionFunction As Nullable(Of Guid) = Nothing, Optional partitionKeyList As IList(Of String) = Nothing, Optional streamNames As IList(Of String) = Nothing, Optional isColumnstore As Nullable(Of Boolean) = Nothing, Optional indexId As Nullable(Of Integer) = Nothing, Optional isUnique As Nullable(Of Boolean) = Nothing)
Paramètres
- name
- String
nom de l’index dans la table.
- indexKeys
- IList<USqlDirectedColumn>
liste des colonnes dirigées dans l’index
- distributionInfo
- USqlDistributionInfo
les informations de distribution de l’index
liste des chemins d’accès complets aux flux qui contiennent cet index dans le compte DataLake.
S’applique à
Azure SDK for .NET