CopyBehaviorType Class

Definition

All available types of copy behavior.

public class CopyBehaviorType
Inheritance
CopyBehaviorType

Constructors

CopyBehaviorType()

Fields

FlattenHierarchy

All files from the source folder will be in the first level of target folder. This is the default behavior for blobSink with binary data. BlobSink

MergeFiles

Merge all files from the source folder into one file. This is the default behavior for blobSink with tabular data. BlobSink

PreserveHierarchy

Preserve the file hierarchy in the target folder. This is the default behavior for FileSystemSink. FileSystemSink

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)