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:
- Matching Options: Defines how source and target data should be matched
- Source Options: Specifies the configuration for the data source
- 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
Name | Description |
---|---|
TargetOptions | Gets or sets the options for the data target configuration. |
MatchingOptions | Gets or sets the options for matching source and target data. |
SourceOptions | Gets or sets the options for the data source configuration. |