Class JobStatistics.LoadStatistics (2.54.2)

publicstaticclass JobStatistics.LoadStatisticsextendsJobStatistics

A Google BigQuery Load Job statistics.

Inheritance

Object > JobStatistics > JobStatistics.LoadStatistics

Methods

equals(Object obj)

publicfinalbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBadRecords()

publicLonggetBadRecords()

Returns the number of bad records reported in a job.

Returns
Type Description
Long

getInputBytes()

publicLonggetInputBytes()

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

Returns
Type Description
Long

getInputFiles()

publicLonggetInputFiles()

Returns the number of source files in a load job.

Returns
Type Description
Long

getOutputBytes()

publicLonggetOutputBytes()

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

Returns
Type Description
Long

getOutputRows()

publicLonggetOutputRows()

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

Returns
Type Description
Long

hashCode()

publicfinalinthashCode()
Returns
Type Description
int
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.