AdfDatasetSinkCopyBehavior Enumeration
Provides options for the file copy behavior to dataset sinks used by Azure Data Factory.
Enumeration Values
Name | Summary |
---|---|
None | No specified copy behavior. |
PreserveHierarchy | Specifies that the folder structure from the source will be maintained in the sink. |
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. |