Copy Progress Details Response
data class CopyProgressDetailsResponse(val copyDuration: Int, val copyStart: String, val copyThroughput: Double, val dataRead: Double, val dataWritten: Double, val parallelCopyType: String, val rowsCopied: Double, val rowsRead: Double, val status: String, val tableName: String, val usedParallelCopies: Int)
Details on progress of ADF copy activity
Constructors
Properties
Link copied to clipboard
Copy Duration in seconds
Link copied to clipboard
Copy throughput in KBps
Link copied to clipboard
Bytes written
Link copied to clipboard
Type of parallel copy (Dynamic range, Physical partition, none).
Link copied to clipboard
Rows Copied
Link copied to clipboard
The degree of parallelization.