Interface BigQueryOptions (8.0.0)

Inheritance

GoogleAuthOptions > BigQueryOptions

Package

@google-cloud/bigquery

Properties

apiEndpoint

apiEndpoint?: string;

The API endpoint of the service used to make requests. Defaults to bigquery.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 to true.

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.

More on the default retry predicate on the shouldRetryRequest method: https://github.com/googleapis/nodejs-common/blob/main/src/util.ts

Defaults: - retryOptions.autoRetry: true - retryOptions.maxRetries: 3

universeDomain

universeDomain?: string;

The Trusted Cloud Domain (TPC) DNS of the service used to make requests. Defaults to googleapis.com.

userAgent

userAgent?: string;

The value to be prepended to the User-Agent header in API requests.