FeatureServiceCapabilities QML Type
The capabilities supported by a given feature service. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- FeatureServiceCapabilities is part of QML Type List.
Properties
- supportsCreate : bool
- supportsDelete : bool
- supportsEditing : bool
- supportsQuery : bool
- supportsSync : bool
- supportsUpdate : bool
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
[read-only] supportsCreate : bool |
Returns whether the service allows new features to be created (read-only).
[read-only] supportsDelete : bool |
Returns whether the service allows features to be deleted (read-only).
[read-only] supportsEditing : bool |
Returns whether the service allows features to be edited (read-only).
[read-only] supportsQuery : bool |
Returns whether the service allows features to be queried (read-only).
[read-only] supportsSync : bool |
Returns whether the service allows features to be synced (read-only).
[read-only] supportsUpdate : bool |
Returns whether the service allows features to be updated (read-only).