DataLakeStoreFirewallRuleListResponse.Count Property

 

Optional. Gets or sets the total count of results that are available, but might not be returned in the current page.

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

Syntax

public long Count { get; set; }
public:
property long long Count {
    long long get();
    void set(long long value);
}
member Count : int64 with get, set
Public Property Count As Long

Property Value

Type: System.Int64

See Also

DataLakeStoreFirewallRuleListResponse Class
Microsoft.Azure.Management.DataLake.Store.Models Namespace

Return to top