Google BigQuery · Schema

JobReference

AnalyticsBig DataCloudData WarehouseServerlessSQL

Properties

Name Type Description
projectId string The ID of the project containing the job
jobId string The ID of the job
location string The geographic location of the job
View JSON Schema on GitHub

JSON Schema

google-bigquery-jobreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobReference",
  "title": "JobReference",
  "type": "object",
  "properties": {
    "projectId": {
      "type": "string",
      "description": "The ID of the project containing the job"
    },
    "jobId": {
      "type": "string",
      "description": "The ID of the job"
    },
    "location": {
      "type": "string",
      "description": "The geographic location of the job"
    }
  }
}