|
ArcGIS Runtime SDK for iOS
100.15
|
Result of a sync operation by AGSSyncGeodatabaseJob.
Instances of this class represent results of a sync operation for a particular layer or table initiated by AGSSyncGeodatabaseJob.
editResults. The result does not not contain information about adds, deletes or updates performed successfully during the sync operation.
Properties | |
| NSArray< AGSFeatureEditResult * > * | editResults |
| NSInteger | layerID |
| NSString * | tableName |
|
readnonatomiccopy |
The result of edits applied during the sync operation.
|
readnonatomicassign |
The ID of the layer in the feature service this result applies to. Same as AGSArcGISFeatureLayerInfo::serviceLayerID and AGSLayer::layerID
|
readnonatomiccopy |
The name of the table in the geodatabase this result applies to. Same as AGSFeatureTable::tableName.