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 classJobStatistics.CopyStatisticsA Google BigQuery Copy Job statistics.static classJobStatistics.ExtractStatisticsA Google BigQuery Extract Job statistics.static classJobStatistics.LoadStatisticsA Google BigQuery Load Job statistics.static classJobStatistics.QueryStatisticsA 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.
-