Discards the query results on the server, freeing server-side resources. Does not throw if the results have already been discarded or canceled (404).
Optional_options: DiscardResultsOptionsThe options to use for the discardResults operation.
Fetches the query results from the server. Returns a QueryResult which provides a stream of rows.
Optionaloptions: FetchResultsOptionsThe options to use for the fetchResults operation.
Represents a handle to fetch or discard the results of a completed async query.