public static class JobStatistics.LoadStatistics extends JobStatistics
JobStatistics.CopyStatistics, JobStatistics.ExtractStatistics, JobStatistics.LoadStatistics, JobStatistics.QueryStatistics
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getBadRecords()
Returns the number of bad records reported in a job.
|
Long |
getInputBytes()
Returns the number of bytes of source data in a load job.
|
Long |
getInputFiles()
Returns the number of source files in a load job.
|
Long |
getOutputBytes()
Returns the size of the data loaded by a load job so far, in bytes.
|
Long |
getOutputRows()
Returns the number of rows loaded by a load job so far.
|
int |
hashCode() |
getCreationTime, getEndTime, getStartTime, toString
public Long getInputBytes()
public Long getInputFiles()
public Long getOutputBytes()
public Long getOutputRows()
public Long getBadRecords()
Copyright © 2019 Google LLC. All rights reserved.