Class JobStatistics.LoadStatistics (2.39.1)

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
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBadRecords()

public Long getBadRecords()

Returns the number of bad records reported in a job.

Returns
Type Description
Long

getInputBytes()

public Long getInputBytes()

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

Returns
Type Description
Long

getInputFiles()

public Long getInputFiles()

Returns the number of source files in a load job.

Returns
Type Description
Long

getOutputBytes()

public Long getOutputBytes()

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

Returns
Type Description
Long

getOutputRows()

public Long getOutputRows()

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

Returns
Type Description
Long

hashCode()

public final int hashCode()
Returns
Type Description
int
Overrides