Documentation
Query Result Batch

A batch of the result of a query executed in Analytics.

Properties
  • Columns
    The schemas of the columns returned by the query (in order). Will be null if the results of the query are not (yet) available.
  • Next Token
    The token to be provided to fetch the next batch of results. May be null if no more result batches are available.
  • Query Execution
    The query execution which produced the result.
  • Rows
    The rows of the result set contained in this batch where each row is a list of column values (in order of the columns specified in the query). Will be null if the results of the query are not (yet) available.