USqlDistributionInfo Class

A Data Lake Analytics catalog U-SQL distribution information object.

Inheritance
USqlDistributionInfo

Constructor

USqlDistributionInfo(*, type: Optional[int] = None, keys=None, count: Optional[int] = None, dynamic_count: Optional[int] = None, **kwargs)

Parameters

type
int
Required

the type of this distribution.

keys
list[USqlDirectedColumn]
Required

the list of directed columns in the distribution

count
int
Required

the count of indices using this distribution.

dynamic_count
int
Required

the dynamic count of indices using this distribution.