CData Python Connector for Google BigQuery

Build 25.0.9434

Timeout

Specifies the maximum number of seconds to wait before timing out an operation.

データ型

string

デフォルト値

"300"

解説

This property controls how long the 本製品 waits for a query or API operation to complete. If the operation does not finish within the specified time, the operation is cancelled and an exception is thrown.

If Timeout is set to 0, operations do not time out. They continue until they complete or encounter an error.

If Timeout is set to a positive number, and the operation exceeds the configured limit, the 本製品 cancels the operation and returns a timeout error. For example: Timeout=600. This sets the timeout to 10 minutes.

Use this property to enforce a maximum execution time for long-running operations. Increase the value for large datasets or complex queries. Decrease it if you need to limit resource usage or responsiveness.

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