Class JobStatistics.LoadStatistics (2.38.2)

public static class JobStatistics.LoadStatistics extends JobStatistics

A Google BigQuery Load Job statistics.

Inheritance

Object > JobStatistics > JobStatistics.LoadStatistics

Methods

equals(Object obj)

public final boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBadRecords()

public Long getBadRecords()

Returns the number of bad records reported in a job.

Returns
TypeDescription
Long

getInputBytes()

public Long getInputBytes()

Returns the number of bytes of source data in a load job.

Returns
TypeDescription
Long

getInputFiles()

public Long getInputFiles()

Returns the number of source files in a load job.

Returns
TypeDescription
Long

getOutputBytes()

public Long getOutputBytes()

Returns the size of the data loaded by a load job so far, in bytes.

Returns
TypeDescription
Long

getOutputRows()

public Long getOutputRows()

Returns the number of rows loaded by a load job so far.

Returns
TypeDescription
Long

hashCode()

public final int hashCode()
Returns
TypeDescription
int
Overrides