Optional object with additional parameters for query results.
Defined by: dojo/store/api/Store
The number of how many results should be returned.
Defined by: dojo/store/api/Store
A list of attributes to sort on, as well as direction For example:
[{attribute:"price, descending: true}].
If the sort parameter is omitted, then the natural order of the store may be
applied if there is a natural order.
Defined by: dojo/store/api/Store
The first result to begin iteration on
© 2005–2017 JS Foundation
Licensed under the AFL 2.1 and BSD 3-Clause licenses.
http://dojotoolkit.org/api/1.10/dojo/store/api/Store.QueryOptions.html