GetQueryResultsRequest
class GetQueryResultsRequest
Types
Properties
Link copied to clipboard
The maximum number of results (rows) to return in this request.
Link copied to clipboard
The unique ID of the query execution.
Link copied to clipboard
When you set this to DATA_ROWS
or empty, GetQueryResults
returns the query results in rows. If set to DATA_MANIFEST
, it returns the manifest file in rows. Only the query types CREATE TABLE AS SELECT
, UNLOAD
, and INSERT
can generate a manifest file. If you use DATA_MANIFEST
for other query types, the query will fail.