Enum HadoopFileSystemOperationType
C#
public enum HadoopFileSystemOperationType
Fields
CopyFromHDFS | HDFS is the source. |
CopyToHDFS | HDFS is the destination. |
CopyWithinHDFS | HDFS is the source AND destination. |