SynchronizationDetailsResponse

data class SynchronizationDetailsResponse(val dataSetId: String, val dataSetType: String, val durationMs: Int, val endTime: String, val filesRead: Double, val filesWritten: Double, val message: String, val name: String, val rowsCopied: Double, val rowsRead: Double, val sizeRead: Double, val sizeWritten: Double, val startTime: String, val status: String, val vCore: Double)

Synchronization details at data set level

Constructors

Link copied to clipboard
constructor(dataSetId: String, dataSetType: String, durationMs: Int, endTime: String, filesRead: Double, filesWritten: Double, message: String, name: String, rowsCopied: Double, rowsRead: Double, sizeRead: Double, sizeWritten: Double, startTime: String, status: String, vCore: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Id of data set

Link copied to clipboard

Type of the data set

Link copied to clipboard

Duration of data set level copy

Link copied to clipboard

End time of data set level copy

Link copied to clipboard

The number of files read from the source data set

Link copied to clipboard

The number of files written into the sink data set

Link copied to clipboard

Error message if any

Link copied to clipboard

Name of the data set

Link copied to clipboard

The number of files copied into the sink data set

Link copied to clipboard

The number of rows read from the source data set.

Link copied to clipboard

The size of the data read from the source data set in bytes

Link copied to clipboard

The size of the data written into the sink data set in bytes

Link copied to clipboard

Start time of data set level copy

Link copied to clipboard

Raw Status

Link copied to clipboard

The vCore units consumed for the data set synchronization