MCP Server for Google BigQuery

Build 25.0.9440

PollingInterval

Specifies the number of seconds to wait between status checks when polling for query completion.

Data Type

string

Default Value

"1"

Remarks

This property applies only to queries where results are stored to a table instead of streamed directly to the server. Polling occurs in the following scenarios:

In these cases, the server submits the query and checks periodically to determine if results are ready. PollingInterval defines how many seconds to wait between each status check.

For example: PollingInterval=5 causes the server to wait 5 seconds between polling attempts.

Using a shorter interval increases the number of API requests, which may be unnecessary for longer-running queries. A longer interval reduces polling frequency, but may delay result retrieval slightly after query completion.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440