BatchQueryResponse interface
Contains the batch query response and the headers, id, and status of the request
Properties
| body | Contains the tables, columns & rows resulting from a query. |
| headers | Dictionary of <string> |
| id | Unique ID corresponding to each request in the batch. |
| status | The HTTP status code of the response. |
Property Details
body
Contains the tables, columns & rows resulting from a query.
body?: BatchQueryResults
Property Value
headers
Dictionary of <string>
headers?: Record<string, string>
Property Value
Record<string, string>
id
Unique ID corresponding to each request in the batch.
id?: string
Property Value
string
status
The HTTP status code of the response.
status?: number
Property Value
number