CopyProgressDetails interface
Details on progress of ADF copy activity
Properties
| copy |
Copy Duration in seconds NOTE: This property will not be serialized. It can only be populated by the server. |
| copy |
Copy Start NOTE: This property will not be serialized. It can only be populated by the server. |
| copy |
Copy throughput in KBps NOTE: This property will not be serialized. It can only be populated by the server. |
| data |
Bytes read NOTE: This property will not be serialized. It can only be populated by the server. |
| data |
Bytes written NOTE: This property will not be serialized. It can only be populated by the server. |
| parallel |
Type of parallel copy (Dynamic range, Physical partition, none). NOTE: This property will not be serialized. It can only be populated by the server. |
| rows |
Rows Copied NOTE: This property will not be serialized. It can only be populated by the server. |
| rows |
Rows read NOTE: This property will not be serialized. It can only be populated by the server. |
| status | Status of the Copy activity (InProgress, Succeeded, Failed, Canceled). NOTE: This property will not be serialized. It can only be populated by the server. |
| table |
Table Name NOTE: This property will not be serialized. It can only be populated by the server. |
| used |
The degree of parallelization. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
copyDuration
Copy Duration in seconds NOTE: This property will not be serialized. It can only be populated by the server.
copyDuration?: number
Property Value
number
copyStart
Copy Start NOTE: This property will not be serialized. It can only be populated by the server.
copyStart?: Date
Property Value
Date
copyThroughput
Copy throughput in KBps NOTE: This property will not be serialized. It can only be populated by the server.
copyThroughput?: number
Property Value
number
dataRead
Bytes read NOTE: This property will not be serialized. It can only be populated by the server.
dataRead?: number
Property Value
number
dataWritten
Bytes written NOTE: This property will not be serialized. It can only be populated by the server.
dataWritten?: number
Property Value
number
parallelCopyType
Type of parallel copy (Dynamic range, Physical partition, none). NOTE: This property will not be serialized. It can only be populated by the server.
parallelCopyType?: string
Property Value
string
rowsCopied
Rows Copied NOTE: This property will not be serialized. It can only be populated by the server.
rowsCopied?: number
Property Value
number
rowsRead
Rows read NOTE: This property will not be serialized. It can only be populated by the server.
rowsRead?: number
Property Value
number
status
Status of the Copy activity (InProgress, Succeeded, Failed, Canceled). NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
tableName
Table Name NOTE: This property will not be serialized. It can only be populated by the server.
tableName?: string
Property Value
string
usedParallelCopies
The degree of parallelization. NOTE: This property will not be serialized. It can only be populated by the server.
usedParallelCopies?: number
Property Value
number