DataLakeAnalyticsAccountListParameters.Count Property
Optional. Gets or sets a Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.
Namespace: Microsoft.Azure.Management.DataLake.Analytics.Models
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
public Nullable<bool> Count { get; set; }
public:
property Nullable<bool> Count {
Nullable<bool> get();
void set(Nullable<bool> value);
}
member Count : Nullable<bool> with get, set
Public Property Count As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
See Also
DataLakeAnalyticsAccountListParameters Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace
Return to top