DataLakeStoreAccountListParameters.Top Property

 

Optional. Gets or sets the number of items to return. Optional.

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

Syntax

public Nullable<int> Top { get; set; }
public:
property Nullable<int> Top {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member Top : Nullable<int> with get, set
Public Property Top As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

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

Return to top