Show / Hide Table of Contents

Class ArcGISFeatureServiceInfo

Represents the service metadata for an ArcGIS Feature Service

Inheritance
Object
ArcGISFeatureServiceInfo
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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

TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.0 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.14
UWP100.0 - 100.14

Relevant samples

Edit and sync features: Synchronize offline edits with a feature service.
Generate geodatabase: Generate a local geodatabase from an online feature service.
In This Article
Back to top Copyright © 2021 Esri.