USqlIndex.DistributionInfo Property

 

Optional. Gets or sets the distributions info of the index

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

public USqlDistributionInfo DistributionInfo { get; set; }
public:
property USqlDistributionInfo^ DistributionInfo {
    USqlDistributionInfo^ get();
    void set(USqlDistributionInfo^ value);
}
member DistributionInfo : USqlDistributionInfo with get, set
Public Property DistributionInfo As USqlDistributionInfo

Property Value

Type: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlDistributionInfo

See Also

USqlIndex Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top