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) |
int |
hashCode() |
Long |
inputBytes()
Returns the number of bytes of source data in a load job.
|
Long |
inputFiles()
Returns the number of source files in a load job.
|
Long |
outputBytes()
Returns the size of the data loaded by a load job so far, in bytes.
|
Long |
outputRows()
Returns the number of rows loaded by a load job so far.
|
creationTime, endTime, startTime, toStringpublic Long inputBytes()
public Long inputFiles()
public Long outputBytes()
public Long outputRows()
Copyright © 2016 Google. All rights reserved.