TaskState
TaskState
The state used to track the progress of the query task. This value should not be modified
JSON Example
{
"durationMicros": 1000000,
"failure": {
"statusCode": 500
},
"isDirect": false,
"stage": "STARTED"
}
string
stage
Optional
Task stage includes: CREATED, STARTED, FINISHED, FAILED, CANCELLED
Possible values are : CREATED, STARTED, FINISHED, FAILED, CANCELLED,
integer As int64 As int64
durationMicros
Optional
Duration of the query execution
boolean
isDirect
Optional
Value indicating whether task should complete the creation POST only after it is complete Client enables this at the risk of waiting for the POST and consuming a connection. It should not be enabled for tasks that do long running I/O with other services