DataLakeAnalyticsAccountListDataLakeStoreResponse.Count Property

 

Optional. Gets or sets total number of results.

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

Syntax

public int Count { get; set; }
public:
property int Count {
    int get();
    void set(int value);
}
member Count : int with get, set
Public Property Count As Integer

Property Value

Type: System.Int32

See Also

DataLakeAnalyticsAccountListDataLakeStoreResponse Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace

Return to top