JobStatistics5Response

data class JobStatistics5Response(val copiedLogicalBytes: String, val copiedRows: String)

Constructors

Link copied to clipboard
fun JobStatistics5Response(copiedLogicalBytes: String, copiedRows: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of logical bytes copied to the destination table.

Link copied to clipboard

Number of rows copied to the destination table.