Globals

Abstract types

ManualQueryResultsCallback(err, rows, nextQuery, apiResponse)

Parameters

Name Type Optional Description

err

Error

 

An error returned while making this request.

Value can be null.

rows

array

 

The results of the job.

nextQuery

object

 

A pre-made configuration object for your next request. This will be null if no additional results are available. If the query is not yet complete, you may get empty rows and non-null nextQuery that you should use for your next request.

Value can be null.

apiResponse

object

 

The full API response.

QueryResultsCallback(err, rows)

Parameters

Name Type Optional Description

err

Error

 

An error returned while making this request.

Value can be null.

rows

array

 

The results of the job.