JobStatistics4Response

data class JobStatistics4Response(val destinationUriFileCounts: List<String>, val inputBytes: String)

Constructors

Link copied to clipboard
fun JobStatistics4Response(destinationUriFileCounts: List<String>, inputBytes: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of files per destination URI or URI pattern specified in the extract configuration. These values will be in the same order as the URIs specified in the 'destinationUris' field.

Link copied to clipboard

Number of user bytes extracted into the result. This is the byte count as computed by BigQuery for billing purposes.