ArcGIS Runtime SDK for iOS
100.15
|
Capabilities supported by a sync-enabled service.
Instances of this class represent capabilities supported by a sync-enabled service.
Properties | |
BOOL | supportsAnnotations |
BOOL | supportsAsync |
BOOL | supportsAttachmentsSyncDirection |
BOOL | supportsContingentValues |
BOOL | supportsDimensions |
BOOL | supportsRegisteringExistingData |
BOOL | supportsRollbackOnFailure |
BOOL | supportsSyncDirectionControl |
BOOL | supportsSyncModelGeodatabase |
BOOL | supportsSyncModelLayer |
BOOL | supportsSyncModelNone |
BOOL | supportsUtilityNetworkSystem |
|
readnonatomicassign |
A Boolean value that indicates if annotation data is available for downloading.
Feature layers and tables are always included in the generation and synchronization of the geodatabase. This property indicates whether annotation data is also available from the service, for generation of, or downloading to, an offline geodatabase.
Once this data is taken offline to a local geodatabase, any inserts, edits or deletions will NOT be applied to the server data when the geodatabase is re-synchronized. If features linked to the annotation have been changed, the server WILL apply the feature-linked-annotation updates. Another download from the server will replace any offline inserts, edits or deletions of annotation features.
AGSGenerateGeodatabaseParameters::syncAnnotations
|
readnonatomicassign |
Indicates whether the service supports asynchronous operations. This avoids server timeouts.
|
readnonatomicassign |
|
readnonatomicassign |
A Boolean value that indicates whether contingent value data is available.
Feature layers and tables are always included in the generation and synchronization of the geodatabase. This property indicates whether contingent value data is also available from the service for both generation of an offline geodatabase and resynchronization.
|
readnonatomicassign |
A Boolean value that indicates whether dimension data is available.
Feature layers and tables are always included in the generation and synchronization of the geodatabase. This property indicates whether Dimension data is also available from the service, for generation of an offline geodatabase and for resynchronization.
AGSGenerateGeodatabaseParameters::syncDimensions
|
readnonatomicassign |
Indicates whether the service supports registering existing datasets (*.geodatabase file) as new a sync-enabled geodatabase. This is useful when you already have a geodatabase that you want to sync on multiple devices independently without affecting each other.
|
readnonatomicassign |
Indicates whether the service supports rolling back edits in case of a failure during sync operations.
|
readnonatomicassign |
Indicates whether the service allows the client application to control direction of sync - upload only, download only, or bi-directional.
|
readnonatomicassign |
Indicates whether the service supports sync capabilities for the entire sync-enabled geodatabase. All layers in the geodatabase will be synchronized together in the same direction.
|
readnonatomicassign |
Indicates whether the service supports sync capabilities independently on a layer-by-layer basis in the sync-enabled geodatabase. For example, one layer can upload changes while another downloads during sync. A perLayer sync model also allows clients to limit the sync to a subset of layers in the geodatabase.
|
readnonatomicassign |
|
readnonatomicassign |
Indicates if Utility Network System data is available.
Feature layers and tables are always included in the generation and synchronization of the geodatabase.
This property indicates whether Utility Network System data is also available from the service for generation of an offline geodatabase and for resynchronization.