Class ArcGISFeatureServiceInfo
The metadata for an ArcGIS feature service.
Inheritance
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISFeatureServiceInfo
Remarks
An ArcGIS feature service is a data service that provides access to spatial features stored in layers and
non-spatial features stored in tables. Arc
You can obtain the Arc
Properties
Name | Description |
---|---|
Allow |
Gets a value indicating whether the service allows geometry updates. |
Allow |
Gets a value indicating whether the service allows curve geometries to be updated. |
Attribution | Gets the attribution of the service. |
Can |
Gets a value indicating whether you can use Service |
Description | Gets the description of the service. |
Document |
Gets the document information of the service. |
Editor |
Gets the feature service's editor tracking settings. |
Feature |
Gets the Feature |
Full |
Gets the full extent of the service. |
Has |
Gets a value indicating whether the service has static data. |
Has |
Gets a value indicating whether the service has versioned data. |
Initial |
Gets the initial extent of the service. |
Is |
Gets a value indicating whether the service defaults Z-values. |
Layer |
Gets the service's layers; |
Max |
Gets the maximum record count of the service. |
Only |
Gets a value indicating whether the service only allows curve geometries to be updated by client code that identifies itself as a true curve-enabled client, indicating that client editing workflows account for curve segments correctly. |
Service |
Gets the service description of the service. |
Source | Gets the ArcGIS REST service endpoint. |
Spatial |
Gets the Spatial |
Supports |
Gets a value indicating whether the service supports disconnected editing. |
Supports |
Gets a value indicating whether the service supports curve segments in feature geometries. |
Sync |
Gets the supported Sync |
Sync |
Gets a value indicating whether the service supports synchronization. |
Table |
Gets the collection of table infos that represent tables in the service. |
Unit | Gets the units supported by the service. |
Version | Gets the version of the service. |
ZDefault | Gets the default Z-value for the service. |
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 |