Skip to main content

IFlowSyncOptions

Defines the contract for workflow data synchronization configuration options.

The IFlowSyncOptions interface serves as the central configuration interface for workflow data synchronization operations. It combines three essential components of data synchronization:

  1. Matching Options: Defines how source and target data should be matched
  2. Source Options: Specifies the configuration for the data source
  3. Target Options: Specifies the configuration for the data target

This interface provides a unified way to manage all aspects of data synchronization in workflow operations, ensuring consistent and coordinated data flow between different parts of the system.

Properties

NameDescription
TargetOptionsGets or sets the options for the data target configuration.
MatchingOptionsGets or sets the options for matching source and target data.
SourceOptionsGets or sets the options for the data source configuration.