CopyProgressDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details on progress of ADF copy activity.
public class CopyProgressDetails
type CopyProgressDetails = class
Public Class CopyProgressDetails
- Inheritance
-
CopyProgressDetails
Properties
CopyDuration |
Copy Duration in seconds. |
CopyStart |
Copy Start. |
CopyThroughput |
Copy throughput in KBps. |
DataRead |
Bytes read. |
DataWritten |
Bytes written. |
ParallelCopyType |
Type of parallel copy (Dynamic range, Physical partition, none). |
RowsCopied |
Rows Copied. |
RowsRead |
Rows read. |
Status |
Status of the Copy activity (InProgress, Succeeded, Failed, Canceled). |
TableName |
Table Name. |
UsedParallelCopies |
The degree of parallelization. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET