Package | com.esri.drs |
Class | public class GetResultsQueryParameters |
Inheritance | GetResultsQueryParameters ![]() |
See also
Property | Defined By | ||
---|---|---|---|
pageNumber : uint = 0
The page number, zero based index, of the results to return. | GetResultsQueryParameters | ||
pageSize : uint = 10
The number of items to list on a page. | GetResultsQueryParameters | ||
returnFields : Array = null
Array of field names. | GetResultsQueryParameters | ||
sortBy : String = null
Indicates a field name to sort by. | GetResultsQueryParameters | ||
sortDescending : Boolean = false
Controls sort order. | GetResultsQueryParameters |
pageNumber | property |
public var pageNumber:uint = 0
The page number, zero based index, of the results to return.
pageSize | property |
public var pageSize:uint = 10
The number of items to list on a page. Specify a value between 1-1000.
returnFields | property |
public var returnFields:Array = null
Array of field names. Use "*" to indicate ALL. Valid fields include:
sortBy | property |
public var sortBy:String = null
Indicates a field name to sort by. The field must be included in returnFields.
See also
sortDescending | property |
public var sortDescending:Boolean = false
Controls sort order.