Class FeatureServiceCapabilities
The capabilities of an ArcGIS feature service.
Inheritance
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FeatureServiceCapabilities
Remarks
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
Supports
You can obtain an ArcGIS feature service's Feature
- a loaded Service
Feature .Table - a loaded Geodatabase
Feature that is downloaded from a feature service using either the GeodatabaseTable Sync or the OfflineTask Map .Task
Properties
Name | Description |
---|---|
Supports |
Gets a value indicating whether creation of features is supported. |
Supports |
Gets a value indicating whether deletion of features is supported. |
Supports |
Gets a value indicating whether editing of features is supported. |
Supports |
Gets a value indicating whether querying of features is supported. |
Supports |
Gets a value indicating whether synchronization is supported. |
Supports |
Gets a value indicating whether updating features is supported. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |