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 what kind of method to use when inserting data. By default streaming INSERTs are used. |
| WaitForBatchResults | Whether to wait for the job to complete when using the bulk upload API. Only active when InsertMode is set to Upload. |
| GCSBucket | Specifies the name of a GCS bucket to upload bulk data for staging. |
| GCSBucketFolder | Specifies the name of the folder in GCSBucket to upload bulk data for staging. |
| TempTableDataset | The prefix of the dataset that will contain temporary tables when performing bulk UPDATE or DELETE operations. |