Interface BigQueryOptions (7.7.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.

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.