Interface BigQueryResultStats

All Known Implementing Classes:
BigQueryResultStatsImpl

public interface BigQueryResultStats
  • Method Details

    • getQueryStatistics

      @BetaApi JobStatistics.QueryStatistics getQueryStatistics()
      Returns query statistics of a query job
    • getSessionInfo

      @BetaApi JobStatistics.SessionInfo getSessionInfo()
      Returns SessionInfo contains information about the session if this job is part of one. JobStatistics2 model class does not allow setSessionInfo so this cannot be set as part of QueryStatistics when we use jobs.query API.