v1.0.0
Initial release of the dojo/store API implementation for ArcGIS Server REST services.
Supports add, update, delete and query operations for feature services. Enables direct integration of ArcGIS Server REST services with store-backed components.
Properties:
- idProperty
- flatten
- outFields
- returnGeometry
Methods:
- get(id)
- getIdentity(object)
- put(object, options)
- add(object, options)
- remove(id)
- query(query, options)