Uses of Class
com.google.cloud.bigquery.JobStatistics
-
Packages that use JobStatistics Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of JobStatistics in com.google.cloud.bigquery
Subclasses of JobStatistics in com.google.cloud.bigquery Modifier and Type Class Description static class
JobStatistics.CopyStatistics
A Google BigQuery Copy Job statistics.static class
JobStatistics.ExtractStatistics
A Google BigQuery Extract Job statistics.static class
JobStatistics.LoadStatistics
A Google BigQuery Load Job statistics.static class
JobStatistics.QueryStatistics
A Google BigQuery Query Job statistics.Methods in com.google.cloud.bigquery with type parameters of type JobStatistics Modifier and Type Method Description <S extends JobStatistics>
SJobInfo. getStatistics()
Returns information about the job, including starting time and ending time of the job.
-