Enum AdfDatasetSinkCopyBehavior
C#
public enum AdfDatasetSinkCopyBehavior
Fields
FlattenHierarchy | Specifies that files from all subfolders in the source will be copied into the first level of the sink folder. |
MergeFiles | Specifies that all files from the source folder will be merged into a single file in the sink. |
None | No specified copy behavior. |
PreserveHierarchy | Specifies that the folder structure from the source will be maintained in the sink. |