MapServiceCapabilities

Indicates the capabilities of an ArcGIS map service, including whether it supports exporting map images, data and query operations.

Since

200.1.0

Properties

Link copied to clipboard

Indicates if map service supports various data operations. These include operations like find, query, and related records. All ArcGIS REST API operations define their required capability in the REST API help documentation.

Link copied to clipboard

Indicates if the map service supports the map capability. This includes operations like exporting map images and listing all layers and tables. All ArcGIS REST API operations define their required capability in the REST API help documentation.

Link copied to clipboard

Indicates if the map service supports query operations. This includes operations like identify and accessing attachment data. All ArcGIS REST API operations define their required capability in the REST API help documentation.

Link copied to clipboard

Indicates if the map service supports tile map.

Link copied to clipboard

Indicates if the map service supports tiles only. You can't create an ArcGISMapImageLayer from a service that supports tiles only.