CopyListingSummary Data Model

Reflect parts of CopyListingSummary of DistCp. DistCp passes these values into its job configuration in DistCpOptions

Properties
name data type constraints description
totalRecords number required long
totalFiles number required long
totalBytes number required long

Example

{
  "totalRecords" : 12345,
  "totalFiles" : 12345,
  "totalBytes" : 12345
}