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).
  • Next Token
    The token to fetch the next batch of results. Null if no more results are available.
  • Query Execution
    The query execution that produced the result.
  • Rows
    The resulting rows contained in this batch where each row is a list of column values.