DataTransferJobProperties interface
The properties of a DataTransfer Job
Properties
| destination | Destination DataStore details |
| duration | Total Duration of Job NOTE: This property will not be serialized. It can only be populated by the server. |
| error | Error response for Faulted job NOTE: This property will not be serialized. It can only be populated by the server. |
| job |
Job Name NOTE: This property will not be serialized. It can only be populated by the server. |
| last |
Last Updated Time (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
| mode | Mode of job execution |
| processed |
Processed Count. NOTE: This property will not be serialized. It can only be populated by the server. |
| source | Source DataStore details |
| status | Job Status NOTE: This property will not be serialized. It can only be populated by the server. |
| total |
Total Count. NOTE: This property will not be serialized. It can only be populated by the server. |
| worker |
Worker count |
Property Details
destination
Destination DataStore details
destination: DataTransferDataSourceSinkUnion
Property Value
duration
Total Duration of Job NOTE: This property will not be serialized. It can only be populated by the server.
duration?: string
Property Value
string
error
Error response for Faulted job NOTE: This property will not be serialized. It can only be populated by the server.
error?: ErrorResponse
Property Value
jobName
Job Name NOTE: This property will not be serialized. It can only be populated by the server.
jobName?: string
Property Value
string
lastUpdatedUtcTime
Last Updated Time (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdatedUtcTime?: Date
Property Value
Date
mode
Mode of job execution
mode?: string
Property Value
string
processedCount
Processed Count. NOTE: This property will not be serialized. It can only be populated by the server.
processedCount?: number
Property Value
number
source
Source DataStore details
source: DataTransferDataSourceSinkUnion
Property Value
status
Job Status NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
totalCount
Total Count. NOTE: This property will not be serialized. It can only be populated by the server.
totalCount?: number
Property Value
number
workerCount
Worker count
workerCount?: number
Property Value
number