25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSJob.h>
47 #pragma mark initializers
50 #pragma mark properties
78 @property (nullable, nonatomic, strong, readonly) NSArray<AGSSyncLayerResult*> *
result;
AGSJobStatus
Definition: AGSJob.h:54
Represents the delta files created to synchronize changes to an AGSGeodatabase object.
Definition: AGSGeodatabaseDeltaInfo.h:52
A long running job on a remote server.
Definition: AGSJob.h:75
AGSJobStatus status
Definition: AGSJob.h:112
NSError * error
Definition: AGSJob.h:88
A job to synchronize changes between a geodatabase and an ArcGIS Feature service.
Definition: AGSSyncGeodatabaseJob.h:44
NSArray< AGSSyncLayerResult * > * result
Definition: AGSSyncGeodatabaseJob.h:78
AGSGeodatabaseDeltaInfo * geodatabaseDeltaInfo
Definition: AGSSyncGeodatabaseJob.h:64
Result of a sync operation by AGSSyncGeodatabaseJob.
Definition: AGSSyncLayerResult.h:41