JobStatistics3Response

data class JobStatistics3Response(val badRecords: String, val inputFileBytes: String, val inputFiles: String, val outputBytes: String, val outputRows: String)

Constructors

Link copied to clipboard
fun JobStatistics3Response(badRecords: String, inputFileBytes: String, inputFiles: String, outputBytes: String, outputRows: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of bad records encountered. Note that if the job has failed because of more bad records encountered than the maximum allowed in the load job configuration, then this number can be less than the total number of bad records present in the input data.

Link copied to clipboard

Number of bytes of source data in a load job.

Link copied to clipboard

Number of source files in a load job.

Link copied to clipboard

Size of the loaded data in bytes. Note that while a load job is in the running state, this value may change.

Link copied to clipboard

Number of rows imported in a load job. Note that while an import job is in the running state, this value may change.