USqlDistributionInfo.Count Property
Optional. Gets or sets the count of indices using this distribution.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public Nullable<int> Count { get; set; }
public:
property Nullable<int> Count {
Nullable<int> get();
void set(Nullable<int> value);
}
member Count : Nullable<int> with get, set
Public Property Count As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
USqlDistributionInfo Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top