The API endpoint of the service used to make requests. Defaults tobigquery.googleapis.com.
autoRetry
autoRetry?:boolean;
Automatically retry requests if the response is related to rate limits or certain intermittent server errors. We will exponentially backoff subsequent requests by default.
Defaults totrue.
location
location?:string;
The geographic location of all datasets and jobs referenced and created through the client.
maxRetries
maxRetries?:number;
Maximum number of automatic retries attempted before returning the error.
Defaults to 3.
retryOptions
retryOptions?:RetryOptions;
Customize retry configuration for all requests in the SDK. By default, a request is retried if the response is related to rate limits or certain intermittent server errors. We will exponentially backoff subsequent requests by default.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface BigQueryOptions (8.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [8.0.0 (latest)](/nodejs/docs/reference/bigquery/latest/bigquery/bigqueryoptions)\n- [7.8.0](/nodejs/docs/reference/bigquery/7.8.0/bigquery/bigqueryoptions)\n- [7.7.0](/nodejs/docs/reference/bigquery/7.7.0/bigquery/bigqueryoptions)\n- [7.6.1](/nodejs/docs/reference/bigquery/7.6.1/bigquery/bigqueryoptions)\n- [7.5.2](/nodejs/docs/reference/bigquery/7.5.2/bigquery/bigqueryoptions)\n- [7.4.0](/nodejs/docs/reference/bigquery/7.4.0/bigquery/bigqueryoptions)\n- [7.3.0](/nodejs/docs/reference/bigquery/7.3.0/bigquery/bigqueryoptions)\n- [7.2.0](/nodejs/docs/reference/bigquery/7.2.0/bigquery/bigqueryoptions)\n- [7.1.1](/nodejs/docs/reference/bigquery/7.1.1/bigquery/bigqueryoptions)\n- [7.0.0](/nodejs/docs/reference/bigquery/7.0.0/bigquery/bigqueryoptions)\n- [6.2.1](/nodejs/docs/reference/bigquery/6.2.1/bigquery/bigqueryoptions)\n- [6.0.3](/nodejs/docs/reference/bigquery/6.0.3/bigquery/bigqueryoptions)\n- [5.12.0](/nodejs/docs/reference/bigquery/5.12.0/bigquery/bigqueryoptions)\n- [5.11.0](/nodejs/docs/reference/bigquery/5.11.0/bigquery/bigqueryoptions)\n- [5.10.0](/nodejs/docs/reference/bigquery/5.10.0/bigquery/bigqueryoptions)\n- [5.9.3](/nodejs/docs/reference/bigquery/5.9.3/bigquery/bigqueryoptions)\n- [5.8.0](/nodejs/docs/reference/bigquery/5.8.0/bigquery/bigqueryoptions)\n- [5.7.1](/nodejs/docs/reference/bigquery/5.7.1/bigquery/bigqueryoptions)\n- [5.6.0](/nodejs/docs/reference/bigquery/5.6.0/bigquery/bigqueryoptions)\n- [5.5.0](/nodejs/docs/reference/bigquery/5.5.0/bigquery/bigqueryoptions) \n\nInheritance\n-----------\n\n[GoogleAuthOptions](https://cloud.google.com/nodejs/docs/reference/google-auth-library/latest/google-auth-library/googleauthoptions) \\\u003e BigQueryOptions\n\nPackage\n-------\n\n[@google-cloud/bigquery](../overview.html)\n\nProperties\n----------\n\n### apiEndpoint\n\n apiEndpoint?: string;\n\nThe API endpoint of the service used to make requests. Defaults to `bigquery.googleapis.com`.\n\n### autoRetry\n\n autoRetry?: boolean;\n\nAutomatically retry requests if the response is related to rate limits or certain intermittent server errors. We will exponentially backoff subsequent requests by default.\n\nDefaults to `true`.\n\n### location\n\n location?: string;\n\nThe geographic location of all datasets and jobs referenced and created through the client.\n\n### maxRetries\n\n maxRetries?: number;\n\nMaximum number of automatic retries attempted before returning the error.\n\nDefaults to 3.\n\n### retryOptions\n\n retryOptions?: RetryOptions;\n\nCustomize retry configuration for all requests in the SDK. By default, a request is retried if the response is related to rate limits or certain intermittent server errors. We will exponentially backoff subsequent requests by default.\n\nMore on the default retry predicate on the `shouldRetryRequest` method: \u003chttps://github.com/googleapis/nodejs-common/blob/main/src/util.ts\u003e\n\nDefaults: - retryOptions.autoRetry: true - retryOptions.maxRetries: 3\n\n### universeDomain\n\n universeDomain?: string;\n\nThe Trusted Cloud Domain (TPC) DNS of the service used to make requests. Defaults to `googleapis.com`.\n\n### userAgent\n\n userAgent?: string;\n\nThe value to be prepended to the User-Agent header in API requests."]]