Class JobStatistics.LoadStatistics

java.lang.Object
com.google.cloud.bigquery.JobStatistics
com.google.cloud.bigquery.JobStatistics.LoadStatistics
All Implemented Interfaces:
Serializable
Enclosing class:
JobStatistics

public static class JobStatistics.LoadStatistics extends JobStatistics
A Google BigQuery Load Job statistics.
See Also:
  • Method Details

    • getInputBytes

      public Long getInputBytes()
      Returns the number of bytes of source data in a load job.
    • getInputFiles

      public Long getInputFiles()
      Returns the number of source files in a load job.
    • getOutputBytes

      public Long getOutputBytes()
      Returns the size of the data loaded by a load job so far, in bytes.
    • getOutputRows

      public Long getOutputRows()
      Returns the number of rows loaded by a load job so far.
    • getBadRecords

      public Long getBadRecords()
      Returns the number of bad records reported in a job.
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object