Uploading
This section provides a complete list of the Uploading properties you can configure in the connection string for this provider.
| Property | Description |
| InsertMode | Specifies the method used to insert data into Google BigQuery. |
| WaitForBatchResults | Specifies whether the provider should wait for Google BigQuery batch load jobs to complete before returning from an INSERT operation. |
| GCSBucket | Specifies the name of the Google Cloud Storage (GCS) bucket where bulk data is uploaded for staging. |
| GCSBucketFolder | Specifies the name of the folder within the GCS bucket where bulk data is uploaded for staging. |
| TempTableDataset | Specifies the prefix of the dataset used to store temporary tables during bulk UPDATE or DELETE operations. |