BigQuery
このセクションでは、本プロバイダーの接続文字列で設定可能なBigQuery プロパティの全リストを提供します。
プロパティ | 説明 |
AllowLargeResultSets | 大きなデータセットの場合に、大きなデータセットをテンポラリーテーブルに格納するかしないか。 |
DestinationTable | This property determines where query results are stored in Google BigQuery. |
UseQueryCache | Google BigQuery のビルトインクエリキャッシュを使用するかどうかを指定します。 |
PageSize | Google BigQuery から返されるページあたりの結果数。 |
PollingInterval | ジョブが完了したかどうかを確認するためのチェックの間隔を秒単位で決定します。 |
AllowUpdatesWithoutKey | 主キーなしで更新を許可するかどうか。 |
FilterColumns | このプロパティを使用する前に、`AllowUpdatesWithoutKey` をtrue に設定してください。 |
UseLegacySQL | このクエリにBigQuery のレガシーSQL を使用するかどうかを指定します。デフォルトでは、Standard SQL が使われます。 |
PrivateEndpointName | When connecting over Private Access, this property specifies the name of the custom endpoint. |