Interface BigQueryOptions (5.8.0)

Inheritance

common.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.

Property Value
TypeDescription
string

autoRetry

autoRetry?: boolean;
Property Value
TypeDescription
boolean

location

location?: string;
Property Value
TypeDescription
string

maxRetries

maxRetries?: number;
Property Value
TypeDescription
number

userAgent

userAgent?: string;
Property Value
TypeDescription
string