Class ArcGISFeatureServiceInfo
Represents the service metadata for an ArcGIS Feature Service
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISFeatureServiceInfo
Properties
| Name | Description |
|---|---|
| AllowGeometryUpdates | Gets a value indicating whether the service allows geometry updates. |
| AllowTrueCurvesUpdates | Gets a value indicating whether the service allows curve geometries to be updated. |
| Attribution | Gets the attribution of the service. |
| Description | Gets the description of the service. |
| DocumentInfo | Gets the document information of the service. |
| EditorTrackingInfo | Gets the EditorTrackingInfo. |
| FeatureServiceCapabilities | Gets the FeatureServiceCapabilities of the service. |
| FullExtent | Gets the full extent of the service. |
| HasStaticData | Gets a value indicating whether the service has static data. |
| HasVersionedData | Gets a value indicating whether the service has versioned data. |
| InitialExtent | Gets the initial extent of the service. |
| IsZDefaultsEnabled | Gets a value indicating whether the service has default z values. |
| LayerInfos | Gets the service's layers; |
| MaxRecordCount | Gets the maximum record count of the service. |
| OnlyAllowTrueCurveUpdatesByTrueCurveClients | Gets a value indicating whether the service only allows curve geometries to be updated by client code that identifies itself as a true curve capable client, indicating that client editing workflows account for curve segments correctly. |
| ServiceDescription | Gets the service description of the service. |
| Source | Gets the ArcGIS REST service endpoint. |
| SpatialReference | Gets the SpatialReference of the service. |
| SupportsDisconnectedEditing | Gets a value indicating whether the service supports disconnected editing. |
| SupportsTrueCurve | Gets a value indicating whether the service supports curve segments in feature geometries. |
| SyncCapabilities | Gets the supported SyncCapabilities of the service. |
| SyncEnabled | Gets a value indicating whether the service supports synchronization. |
| TableInfos | 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 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |