|
ArcGIS Runtime SDK for iOS
100.9
|
Capabilities supported by a sync-enabled service.
Instances of this class represent capabilities supported by a sync-enabled service.
Properties | |
| BOOL | supportsAsync |
| BOOL | supportsAttachmentsSyncDirection |
| BOOL | supportsRegisteringExistingData |
| BOOL | supportsRollbackOnFailure |
| BOOL | supportsSyncDirectionControl |
| BOOL | supportsSyncModelGeodatabase |
| BOOL | supportsSyncModelLayer |
| BOOL | supportsSyncModelNone |
|
readnonatomicassign |
Indicates whether the service supports asynchronous operations. This avoids server timeouts.
|
readnonatomicassign |
|
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 |