| 
    ArcGIS Runtime SDK for iOS
    100.15
    
   | 
 
Sync parameters for a layer in a geodatabase.
Instances of this class represent sync parameters for an individual layer in a sync-enabled geodatabase that uses the AGSSyncModelLayer sync model.
AGSSyncGeodatabaseParameters 
  
Instance Methods | |
| (instancetype) | - init | 
| (instancetype) | - initWithLayerID: | 
| (instancetype) | - initWithLayerID:syncDirection: | 
Class Methods | |
| (instancetype) | + syncLayerOption | 
| (instancetype) | + syncLayerOptionWithLayerID: | 
| (instancetype) | + syncLayerOptionWithLayerID:syncDirection: | 
Properties | |
| NSInteger | layerID | 
| AGSSyncDirection | syncDirection | 
| - (instancetype) init | 
| - (instancetype) initWithLayerID: | (NSInteger) | layerID | 
Creates an AGSSyncLayerOption object with provided values. 
| layerID | ID of the layer. | 
| - (instancetype) initWithLayerID: | (NSInteger) | layerID | |
| syncDirection: | (AGSSyncDirection) | syncDirection | |
Creates an AGSSyncLayerOption object with provided values. 
| layerID | ID of the layer. | 
| syncDirection | Direction in which to synchronize data with the service. | 
| + (instancetype) syncLayerOption | 
Creates a new sync layer option.
| + (instancetype) syncLayerOptionWithLayerID: | (NSInteger) | layerID | 
Creates a sync layer option with the provided values.
| layerID | ID of the layer. | 
| + (instancetype) syncLayerOptionWithLayerID: | (NSInteger) | layerID | |
| syncDirection: | (AGSSyncDirection) | syncDirection | |
Creates a sync layer option with the provided values.
| layerID | ID of the layer. | 
| syncDirection | Direction in which to synchronize data with the service. | 
      
  | 
  readwritenonatomicassign | 
ID of the layer
      
  | 
  readwritenonatomicassign | 
Direction in which to synchronize the layer's data with the service.