CopyProgressDetails Class

Definition

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