FeatureServiceCapabilities

The capabilities of an ArcGIS feature service. ArcGIS feature service capabilities, such as Query, Create, Update, and Sync, are stated within the "Capabilities" tag of its ArcGIS REST Services Directory. Each of its capabilities are reflected in FeatureServiceCapabilities.supportsCreate, FeatureServiceCapabilities.supportsDelete, FeatureServiceCapabilities.supportsEditing, and so on.

You can obtain an ArcGIS feature service's FeatureServiceCapabilities from its metadata using the ArcGISFeatureLayerInfo. This is available from two sources:

  • a loaded ServiceFeatureTable.

  • a loaded GeodatabaseFeatureTable that is downloaded from a feature service using either the GeodatabaseSyncTask or the OfflineMapTask.

Since

200.1.0

Properties

Link copied to clipboard

True if the service allows new features to be created, false otherwise.

Link copied to clipboard

True if the service allows features to be deleted, false otherwise.

Link copied to clipboard

True if the service allows features to be edited, false otherwise.

Link copied to clipboard

True if the service allows features to be queried, false otherwise.

Link copied to clipboard

True if the service allows features to be synchronized, false otherwise.

Link copied to clipboard

True if the service allows features to be updated, false otherwise.