USqlIndex Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
USqlIndex() |
Initialisiert eine neue instance der USqlIndex-Klasse. |
USqlIndex(String, IList<USqlDirectedColumn>, IList<String>, USqlDistributionInfo, Nullable<Guid>, IList<String>, IList<String>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>) |
Initialisiert eine neue instance der USqlIndex-Klasse. |
USqlIndex()
Initialisiert eine neue instance der USqlIndex-Klasse.
public USqlIndex ();
Public Sub New ()
Gilt für:
USqlIndex(String, IList<USqlDirectedColumn>, IList<String>, USqlDistributionInfo, Nullable<Guid>, IList<String>, IList<String>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>)
Initialisiert eine neue instance der USqlIndex-Klasse.
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)
Parameter
- name
- String
der Name des Indexes in der Tabelle.
- indexKeys
- IList<USqlDirectedColumn>
Die Liste der gerichteten Spalten im Index
- distributionInfo
- USqlDistributionInfo
Die Verteilungsinformationen des Indexes
die Liste der vollständigen Pfade zu den Streams, die diesen Index im DataLake-Konto enthalten.
der Schalter, der angibt, ob es sich bei diesem Index um einen Columnstore-Index handelt.
der Schalter, der angibt, ob es sich bei diesem Index um einen eindeutigen Index handelt.
Gilt für:
Azure SDK for .NET