JobStatistics3

googleapis.bigquery.JobStatistics3
See theJobStatistics3 companion object
final case class JobStatistics3(inputFileBytes: Option[Long], outputBytes: Option[Long], inputFiles: Option[Long], outputRows: Option[Long], badRecords: Option[Long])

Attributes

Companion
object
Source
JobStatistics3.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product