IFlowSyncOptions Properties
An object defining properties for the IFlowSyncOptions class.
TargetOptions
Gets or sets the options for the data target configuration.
Type: IFlowTargetOptions
The TargetOptions property defines the configuration settings for the data target in the synchronization process. This includes settings for identifying where synchronized data should be written, connection details, and any specific requirements for writing to the target location. This property is essential for establishing how synchronized data should be persisted in the target system.
MatchingOptions
Gets or sets the options for matching source and target data.
Type: IFlowMatchingOptions
The MatchingOptions property provides configuration settings for how source and target data should be matched during synchronization. This includes settings for field matching, comparison rules, and other criteria that determine how records from the source and target should be paired. This property is essential for ensuring accurate data synchronization between different data sources.
SourceOptions
Gets or sets the options for the data source configuration.
Type: IFlowSourceOptions
The SourceOptions property defines the configuration settings for the data source in the synchronization process. This includes settings for identifying the source data location, connection details, and any specific requirements for accessing the source data. This property is crucial for establishing how source data should be accessed and retrieved during synchronization.