Class JobStatistics.ExtractStatistics

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

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

    • getDestinationUriFileCounts

      public List<Long> getDestinationUriFileCounts()
      Returns the number of files per destination URI or URI pattern specified in the extract job. These values will be in the same order as the URIs specified by ExtractJobConfiguration.getDestinationUris().
    • getInputBytes

      public Long getInputBytes()
      Returns number of user bytes extracted into the result.
    • equals

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

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