USqlIndex Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Data Lake Analytics catalog U-SQL table index item.
public class USqlIndex
type USqlIndex = class
Public Class USqlIndex
- Inheritance
-
USqlIndex
Constructors
USqlIndex() |
Initializes a new instance of the USqlIndex class. |
USqlIndex(String, IList<USqlDirectedColumn>, IList<String>, USqlDistributionInfo, Nullable<Guid>, IList<String>, IList<String>, Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the USqlIndex class. |
Properties
Columns |
Gets or sets the list of columns in the index |
DistributionInfo |
Gets or sets the distributions info of the index |
IndexId |
Gets or sets the ID of this index within the table. |
IndexKeys |
Gets or sets the list of directed columns in the index |
IsColumnstore |
Gets or sets the switch indicating if this index is a columnstore index. |
IsUnique |
Gets or sets the switch indicating if this index is a unique index. |
Name |
Gets or sets the name of the index in the table. |
PartitionFunction |
Gets or sets partition function ID for the index. |
PartitionKeyList |
Gets or sets the list of partition keys in the index |
StreamNames |
Gets or sets the list of full paths to the streams that contain this index in the DataLake account. |
Applies to
Azure SDK for .NET