Feature services allow you to serve feature data and nonspatial tables over the internet from ArcGIS Online or your on premise ArcGIS Enterprise system in the intranet.
Check out the full documentation for an ArcGIS Feature Service.
The following parameters are supported for the Feature Service Outbound Endpoint:
Parameter |
Value |
Required |
Name |
Service Endpoint name. |
X |
Type |
Service Endpoint type. The value is preset with FeatureService Outbound and cannot be changed. |
X |
Description |
Description of the Service Endpoint. |
|
URL |
URL to the REST interface of the ArcGIS Server Service. |
X |
Authentication Type |
3 options are available: •None •ArcGIS Server •ArcGIS Enterprise Portal |
X |
Username |
Portal user who has the right to access the ArcGIS Server REST Service interface. If the authentication type is None, this value is optional. |
|
Password |
Password for the portal user who has the right to access the ArcGIS Server REST Service interface. If the authentication type is None, this value is optional. |
|
Parameter |
A JSON structure with additional parameters for Feature Service processing. •max_edit_size: (integer) default: -1 oused in applyEditsRequest: controls the maximum number of features allowed for editing in each request to the feature service. If the value is lower or equal 0 then all features are edited. oused in updateFeaturesBulkRequest: controls the maximum number of features allowed for editing per layer in each request to the feature service. If the value is lower or equal 0 then all features are edited. •start_edit_session: (boolean) default: false oused in applyEditsRequest and updateFeaturesBulkRequest: Processes the editing request on the feature service within an edit session.
Example: { "max_edit_size": 100, "start_edit_session": true, }
|
|
Target Version |
If not manually set, it will automatically trigger sde.DEFAULT as the default target version. |
|