USqlDistributionInfo Class

Definition

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