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.

jobName

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

lastUpdatedUtcTime

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

processedCount

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.

totalCount

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

workerCount

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