MappingDirection

Classes > Sync > MappingDirection

Direction of sync mapping. Spec Section 7.6.

public enum MappingDirection

Values

Name Description
Push Push changes from source to target.
Pull Pull changes from target to source.
Both Bidirectional sync (requires separate push/pull mappings).