OptionalapiAn API key (or token) required to access the service.
See also https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#apiKey
OptionalcollectionSpecifies the collectionId of a ogc-feature layer.
OptionalcustomA list of URL parameters which will be appended during fetching of the layer.
OptionalgeometryName of the geometry field for polygon queries against OGCFeatureServices.
The id of the new store.
OptionalnameSpecifies the name of the WFS layer.
OptionalobjectSpecifies the objectIdField of a ogc-feature layer. Default is 'id'
OptionalsupportsFlag for ogc-feature layer, to enable queries for features using the objectIdField property. Default is false.
OptionalsupportsFlag to indicate that the layer supports filtering using POST requests.
Default is false for non ArcGIS OGCFeaturesServices,
which means that requests with long query strings will fail.
If supportsIdQueries is true and supportsPostQueries is false
then these id queries are split to ensure GET requests are used for feature lookup by ids.
OptionaltypeThe type of the service. Defaults to "feature".
A service url, for services that are not in the map.
Specifies an AGSStore constructed from a URL.