Stores may contain arbitrary custom metadata information.
Optional
Readonly
descriptionDescription of the store.
Optional
Readonly
displayName of the display field. Used e.g. for search results to display items.
Readonly
fieldsFields available in the store. These are mandatory.
Optional
Readonly
supportsIndicates whether the store supports listening for changes in the underlying data.
If this is true, store.on("changed", ...)
must be implemented as well.
Note that depending on the specific store, not all kinds of changes can be detected. For example, a store based on a feature layer might report client side edits, but may not report changes made to the service by other users.
Optional
Readonly
supportsFlag to indicate, if the store supports spatial operations. If set to 'true', this implicitly declares that the items have a 'geometry' field. Default is 'false'.
Optional
Readonly
supportsFlag to indicate, if the store supports spatial geometry generalization.
If set to 'true' clients know that the usage of
the GeometryOptions.maxAllowableOffset
is supported by the store.
Optional
Readonly
supportsFlag to indicate, if the store can react to the 'sort' option in queries. If this flag ommited, the default value is 'true'.
Optional
Readonly
titleTitle of the store.
Generated using TypeDoc
Metadata to describe a store.