CopyProgressDetailsResponse

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

Link copied to clipboard
constructor(copyDuration: Int, copyStart: String, copyThroughput: Double, dataRead: Double, dataWritten: Double, parallelCopyType: String, rowsCopied: Double, rowsRead: Double, status: String, tableName: String, usedParallelCopies: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Copy Duration in seconds

Link copied to clipboard

Copy Start

Link copied to clipboard

Copy throughput in KBps

Link copied to clipboard

Bytes read

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

Rows read

Link copied to clipboard

Status of the Copy activity (InProgress, Succeeded, Failed, Canceled).

Link copied to clipboard

Table Name

Link copied to clipboard

The degree of parallelization.