CopyProgressDetails Class
- java.
lang. Object - com.
azure. resourcemanager. datamigration. models. CopyProgressDetails
- com.
Implements
public final class CopyProgressDetails
implements JsonSerializable<CopyProgressDetails>
Details on progress of ADF copy activity.
Constructor Summary
| Constructor | Description |
|---|---|
| CopyProgressDetails() |
Creates an instance of Copy |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
copyDuration()
Get the copy |
|
Offset |
copyStart()
Get the copy |
| Double |
copyThroughput()
Get the copy |
| Long |
dataRead()
Get the data |
| Long |
dataWritten()
Get the data |
|
static
Copy |
fromJson(JsonReader jsonReader)
Reads an instance of Copy |
| String |
parallelCopyType()
Get the parallel |
| Long |
rowsCopied()
Get the rows |
| Long |
rowsRead()
Get the rows |
| String |
status()
Get the status property: Status of the Copy activity (In |
| String |
tableName()
Get the table |
|
Json |
toJson(JsonWriter jsonWriter) |
| Integer |
usedParallelCopies()
Get the used |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
CopyProgressDetails
public CopyProgressDetails()
Creates an instance of CopyProgressDetails class.
Method Details
copyDuration
public Integer copyDuration()
Get the copyDuration property: Copy Duration in seconds.
Returns:
copyStart
public OffsetDateTime copyStart()
Get the copyStart property: Copy Start.
Returns:
copyThroughput
public Double copyThroughput()
Get the copyThroughput property: Copy throughput in KBps.
Returns:
dataRead
public Long dataRead()
Get the dataRead property: Bytes read.
Returns:
dataWritten
public Long dataWritten()
Get the dataWritten property: Bytes written.
Returns:
fromJson
public static CopyProgressDetails fromJson(JsonReader jsonReader)
Reads an instance of CopyProgressDetails from the JsonReader.
Parameters:
Returns:
Throws:
parallelCopyType
public String parallelCopyType()
Get the parallelCopyType property: Type of parallel copy (Dynamic range, Physical partition, none).
Returns:
rowsCopied
public Long rowsCopied()
Get the rowsCopied property: Rows Copied.
Returns:
rowsRead
public Long rowsRead()
Get the rowsRead property: Rows read.
Returns:
status
public String status()
Get the status property: Status of the Copy activity (InProgress, Succeeded, Failed, Canceled).
Returns:
tableName
public String tableName()
Get the tableName property: Table Name.
Returns:
toJson
usedParallelCopies
public Integer usedParallelCopies()
Get the usedParallelCopies property: The degree of parallelization.
Returns:
validate
public void validate()
Validates the instance.