Packagecom.esri.aws.services
Classpublic class OrderBy

Contains the order of the attribute queries. Input request for Spatial Query.



Public Properties
 PropertyDefined by
  descending : Boolean
Contains the name of the field to use for sorting.
OrderBy
  field : String
Determines if the results are sorted in ascending or descending order.
OrderBy
Property detail
descendingproperty
public var descending:Boolean

Contains the name of the field to use for sorting.

fieldproperty 
public var field:String

Determines if the results are sorted in ascending or descending order. Default value is "false" which means ascending order.