DataLakeAnalyticsAccountListParameters.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.Analytics.Models
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.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
DataLakeAnalyticsAccountListParameters Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace
Return to top