Class JobStatistics.CopyStatistics

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

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

    • getCopiedLogicalBytes

      public Long getCopiedLogicalBytes()
      Returns number of logical bytes copied to the destination table.
    • getCopiedRows

      public Long getCopiedRows()
      Returns number of rows copied to the destination table.
    • equals

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

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