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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET