ArcGIS Runtime SDK for iOS: AGSFeatureServiceCapabilities Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSFeatureServiceCapabilities Class Reference

Description

Capabilities supported by a feature service.

Instances of this class represent capabilities supported by a feature service.

Since
100
Inheritance diagram for AGSFeatureServiceCapabilities:
AGSObject

Properties

BOOL supportsCreate
 
BOOL supportsDelete
 
BOOL supportsEditing
 
BOOL supportsQuery
 
BOOL supportsSync
 
BOOL supportsUpdate
 

Property Documentation

◆ supportsCreate

- (BOOL) supportsCreate
readnonatomicassign

Indicates whether the service allows new features to be created.

Since
100

◆ supportsDelete

- (BOOL) supportsDelete
readnonatomicassign

Indicates whether the service allows features to be deleted.

Since
100

◆ supportsEditing

- (BOOL) supportsEditing
readnonatomicassign

Indicates whether the service allows features to be edited.

Since
100

◆ supportsQuery

- (BOOL) supportsQuery
readnonatomicassign

Indicates whether the service allows a features to be queried.

Since
100

◆ supportsSync

- (BOOL) supportsSync
readnonatomicassign

Indicates whether the service allows a features to be synced.

Since
100

◆ supportsUpdate

- (BOOL) supportsUpdate
readnonatomicassign

Indicates whether the service allows a features to be updated.

Since
100