Database Reference
In-Depth Information
"statistics": {
"startTime": "1374677431634",
"endTime": "1374677458425",
"load": {
"inputFiles": "1",
"inputFileBytes": "3",
"outputRows": "1",
"outputBytes": "0"
}
},
"status": {
"state": "DONE"
}
}
]
}
Likewise here is the same job with the full projection:
$ curl -H "$(python auth.py)" \
"${JOBS_URL}?maxResults=1&projection=full"
{
"kind": "bigquery#jobList",
"etag": "\"yBc8hy8wJ370nDaoIj0ElxNcWUg/
ytdMysUYGZY_OZKW01VMUuMdT0k\"",
"nextPageToken": "1374677424654-…",
"jobs": [
{
"id":
"bigquery-e2e:bqjob_r1ef2a0ae815fa433_000001401128cb0b_1",
"kind": "bigquery#job",
"jobReference": {
"projectId": "bigquery-e2e",
"jobId":
"bqjob_r1ef2a0ae815fa433_000001401128cb0b_1"
},
"state": "DONE",
"statistics": {
"startTime": "1374677431634",
Search WWH ::




Custom Search