ReadonlyidID of the store.
Optional ReadonlyidName of the property used as ID. If not provided, the 'getIdentity' method must be declared.
The layer used by this store.
Use url instead.
The URL of the layer queried by this store. Undefined if this store works on a client side layer.
Retrieves an item by its identifier.
id of an item in the store.
Optionaloptions: GetOptionsoptions to specify the result.
OptionalgetReturns an items‘s identity. This must always execute synchronously.
the item.
the ID
Returns any available metadata about the store. This may include attribution, available fields, cache directives, history or version information.
Manually loads required metadata from backend services if needed.
Some methods (such as query) may not be available before metadata have been loaded.
Note: Metadata can also be loaded by calling AsyncStore.getMetadata.
Queries the store using the provided query.
Optionalquery: ComplexQueryExpressiona query to execute.
Optionaloptions: QueryOptionsthe query options.
The type of stores created by the AGSStoreFactory.