GCSBucket Parameter (Connect-GoogleBigQuery Cmdlet)
Specifies the name of the Google Cloud Storage (GCS) bucket where bulk data is uploaded for staging.
Syntax
Connect-GoogleBigQuery -GCSBucket string
Data Type
cstr
Default Value
""
Remarks
This property applies only when InsertMode is set to GCSStaging. In that mode, the 本製品 stages data in the specified GCS bucket before loading it into Google BigQuery.
If InsertMode is set to GCSStaging and this property is not set, bulk operations will fail.
Set this property to the name of an existing GCS bucket that your authentication method can write to. For example: GCSBucket=my-staging-bucket.