Skip to main content

Enum AdfDatasetSinkCopyBehavior

Namespace: Varigence.Languages.Biml.DataFactory

Assembly: Biml.dll

C#


public enum AdfDatasetSinkCopyBehavior

Fields

FieldsDescription
FlattenHierarchySpecifies that files from all subfolders in the source will be copied into the first level of the sink folder.
MergeFilesSpecifies that all files from the source folder will be merged into a single file in the sink.
NoneNo specified copy behavior.
PreserveHierarchySpecifies that the folder structure from the source will be maintained in the sink.