Query
Get
Any query resource returned by a get
request will contain the following properties:
Documentation
field | |
Get | |
kind | string The resource type. Will always be "query". |
uri | string The fully qualified URI of this query, for use in generating calls to this API. For example, |
id | integer The unique identifier for the query |
status | string The current status of the query. Will be one of |
errorMessage | string If |
outputNumRows | integer The number of rows in the query result. Will be |
outputNumBytes | integer The number of bytes in the query result. Will be |
outputSchema[] | array(object) Information about the schema (columns) of the query result. Will be |
outputSchema[].name | string The name of the column |
outputSchema[].type | string The type of the column. Will be one of: "string", "float", "integer", "boolean", "date", "dateTime", "time", "geography" |
Last updated