Share via


CopyProgressDetails interface

Details on progress of ADF copy activity

Properties

copyDuration

Copy Duration in seconds NOTE: This property will not be serialized. It can only be populated by the server.

copyStart

Copy Start NOTE: This property will not be serialized. It can only be populated by the server.

copyThroughput

Copy throughput in KBps NOTE: This property will not be serialized. It can only be populated by the server.

dataRead

Bytes read NOTE: This property will not be serialized. It can only be populated by the server.

dataWritten

Bytes written NOTE: This property will not be serialized. It can only be populated by the server.

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.

rowsCopied

Rows Copied NOTE: This property will not be serialized. It can only be populated by the server.

rowsRead

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.

tableName

Table Name NOTE: This property will not be serialized. It can only be populated by the server.

usedParallelCopies

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