JSON representation |
---|
{ "self": string, "state": string, "created": string, "updated": string, "result": { object ( |
Fields | ||||
---|---|---|---|---|
self |
Self link of the query. Example: |
|||
state |
Query state could be "enqueued", "running", "completed", "failed". |
|||
created |
Creation time of the query. |
|||
updated |
Last updated timestamp for the query. |
|||
result |
Result is available only after the query is completed. |
|||
resultRows |
ResultRows is available only after the query is completed. |
|||
resultFileSize |
ResultFileSize is available only after the query is completed. |
|||
executionTime |
ExecutionTime is available only after the query is completed. |
|||
error |
Error is set when query fails. |
|||
queryParams |
Contains information like metrics, dimenstions etc of the AsyncQuery. |
|||
reportDefinitionId |
Asynchronous Report ID. |
|||
name |
Asynchronous Query Name. |
|||
envgroupHostname |
Hostname is available only when query is executed at host level. |
Result
JSON representation |
---|
{ "self": string, "expires": string } |
Fields | |
---|---|
self |
Self link of the query results. Example: |
expires |
Query result will be unaccessable after this time. |