Class JobStatistics.LoadStatistics

    • Method Detail

      • 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