Freigeben über


USqlIndex Konstruktoren

Definition

Ü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

columns
IList<String>

die Liste der Spalten im Index

distributionInfo
USqlDistributionInfo

Die Verteilungsinformationen des Indexes

partitionFunction
Nullable<Guid>

Partitionsfunktions-ID für den Index.

partitionKeyList
IList<String>

Die Liste der Partitionsschlüssel im Index

streamNames
IList<String>

die Liste der vollständigen Pfade zu den Streams, die diesen Index im DataLake-Konto enthalten.

isColumnstore
Nullable<Boolean>

der Schalter, der angibt, ob es sich bei diesem Index um einen Columnstore-Index handelt.

indexId
Nullable<Int32>

die ID dieses Indexes innerhalb der Tabelle.

isUnique
Nullable<Boolean>

der Schalter, der angibt, ob es sich bei diesem Index um einen eindeutigen Index handelt.

Gilt für: