Enum HadoopFileSystemOperationType
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum HadoopFileSystemOperationType
Fields
| Fields | Description |
|---|---|
| CopyFromHDFS | HDFS is the source. |
| CopyToHDFS | HDFS is the destination. |
| CopyWithinHDFS | HDFS is the source AND destination. |