Package com.google.cloud.bigquery
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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.cloud.bigquery.JobStatistics
JobStatistics.CopyStatistics, JobStatistics.ExtractStatistics, JobStatistics.LoadStatistics, JobStatistics.QueryStatistics, JobStatistics.ReservationUsage, JobStatistics.ScriptStatistics, JobStatistics.SessionInfo, JobStatistics.TransactionInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
List<Long>
getDestinationUriFileCounts()
Returns the number of files per destination URI or URI pattern specified in the extract job.int
hashCode()
-
Methods inherited from class com.google.cloud.bigquery.JobStatistics
getCreationTime, getEndTime, getNumChildJobs, getParentJobId, getReservationUsage, getScriptStatistics, getSessionInfo, getStartTime, getTransactionInfo, toString
-
-
-
-
Method Detail
-
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 byExtractJobConfiguration.getDestinationUris()
.
-
-