USqlDistributionInfo 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 distribution information object.
public class USqlDistributionInfo
type USqlDistributionInfo = class
Public Class USqlDistributionInfo
- Inheritance
-
USqlDistributionInfo
Constructors
USqlDistributionInfo() |
Initializes a new instance of the USqlDistributionInfo class. |
USqlDistributionInfo(Nullable<Int32>, IList<USqlDirectedColumn>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the USqlDistributionInfo class. |
Properties
Count |
Gets or sets the count of indices using this distribution. |
DynamicCount |
Gets or sets the dynamic count of indices using this distribution. |
Keys |
Gets or sets the list of directed columns in the distribution |
Type |
Gets or sets the type of this distribution. |
Applies to
Azure SDK for .NET