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 SupportsCreate, SupportsDelete, 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.
Properties
Name | Description |
---|---|
SupportsCreate | Gets a value indicating whether creation of features is supported. |
SupportsDelete | Gets a value indicating whether deletion of features is supported. |
SupportsEditing | Gets a value indicating whether editing of features is supported. |
SupportsQuery | Gets a value indicating whether querying of features is supported. |
SupportsSync | Gets a value indicating whether synchronization is supported. |
SupportsUpdate | Gets a value indicating whether updating features is supported. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |