SyncLayerOption

The can be used in conjunction with SyncGeodatabaseParameters to specify per layer synchronization options.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(layerId: Long = 0)

Creates a new sync layer option with a layer id.

constructor(layerId: Long, syncDirection: SyncDirection)

Creates a new sync layer option with layer id and sync direction.

Properties

Link copied to clipboard

The layer or table Id to further filter in the generated geodatabase. The Ids used here must match Ids used in the synchronized geodatabase. Only layers that need further refining need to be included.

Link copied to clipboard

The sync direction for the specified layer Id.

Functions

Link copied to clipboard