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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET