DataLakeStoreAccountListParameters.OrderBy Property

 

Optional. Gets or sets the OrderBy clause. One or more comma-separated expressions with an optional “asc” (the default) or “desc” depending on the order you’d like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

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

Syntax

public string OrderBy { get; set; }
public:
property String^ OrderBy {
    String^ get();
    void set(String^ value);
}
member OrderBy : string with get, set
Public Property OrderBy As String

Property Value

Type: System.String

See Also

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

Return to top