| progress  |  Integer  |  The file copy progress percentage.  |   [optional] | 
| throughput  |  BigDecimal  |  The data throughput in KB/s.  |   [optional] | 
| remainingTime  |  Integer  |  The time remaining for mapper phase (seconds).  |   [optional] | 
| estimatedCompletionTime  |  String  |  The estimated completion time for the mapper phase.  |   [optional] | 
| counters  |  List<ApiHdfsReplicationCounter>  |  The counters collected from the replication job. <p/> Starting with API v4, the full list of counters is only available in the full view.  |   [optional] | 
| numFilesDryRun  |  Integer  |  The number of files found to copy.  |   [optional] | 
| numBytesDryRun  |  Integer  |  The number of bytes found to copy.  |   [optional] | 
| numFilesExpected  |  Integer  |  The number of files expected to be copied.  |   [optional] | 
| numBytesExpected  |  Integer  |  The number of bytes expected to be copied.  |   [optional] | 
| numFilesCopied  |  Integer  |  The number of files actually copied.  |   [optional] | 
| numBytesCopied  |  Integer  |  The number of bytes actually copied.  |   [optional] | 
| numFilesSkipped  |  Integer  |  The number of files that were unchanged and thus skipped during copying.  |   [optional] | 
| numBytesSkipped  |  Integer  |  The aggregate number of bytes in the skipped files.  |   [optional] | 
| numFilesDeleted  |  Integer  |  The number of files deleted since they were present at destination, but missing from source.  |   [optional] | 
| numFilesCopyFailed  |  Integer  |  The number of files for which copy failed.  |   [optional] | 
| numBytesCopyFailed  |  Integer  |  The aggregate number of bytes in the files for which copy failed.  |   [optional] | 
| setupError  |  String  |  The error that happened during job setup, if any.  |   [optional] | 
| jobId  |  String  |  Read-only. The MapReduce job ID for the replication job. Available since API v4. <p/> This can be used to query information about the replication job from the MapReduce server where it was executed. Refer to the "/activities" resource for services for further details.  |   [optional] | 
| jobDetailsUri  |  String  |  Read-only. The URI (relative to the CM server's root) where to find the Activity Monitor page for the job. Available since API v4.  |   [optional] | 
| dryRun  |  Boolean  |  Whether this was a dry run.  |   [optional] | 
| snapshottedDirs  |  List<String>  |  The list of directories for which snapshots were taken and used as part of this replication.  |   [optional] | 
| runAsUser  |  String  |  Returns run-as user name. Available since API v11.  |   [optional] | 
| runOnSourceAsUser  |  String  |  Returns run-as user name for source cluster. Available since API v18.  |   [optional] | 
| logPath  |  String  |  Returns HDFS path of DistCp execution log files. Available since API v33.  |   [optional] | 
| failedFiles  |  List<String>  |  The list of files that failed during replication. Available since API v11.  |   [optional] |