Google Cloud Healthcare V1beta1Fhir Big Query Destination Args
data class GoogleCloudHealthcareV1beta1FhirBigQueryDestinationArgs(val datasetUri: Output<String>? = null, val force: Output<Boolean>? = null, val schemaConfig: Output<SchemaConfigArgs>? = null, val writeDisposition: Output<GoogleCloudHealthcareV1beta1FhirBigQueryDestinationWriteDisposition>? = null) : ConvertibleToJava<GoogleCloudHealthcareV1beta1FhirBigQueryDestinationArgs>
The configuration for exporting to BigQuery.
Constructors
Link copied to clipboard
constructor(datasetUri: Output<String>? = null, force: Output<Boolean>? = null, schemaConfig: Output<SchemaConfigArgs>? = null, writeDisposition: Output<GoogleCloudHealthcareV1beta1FhirBigQueryDestinationWriteDisposition>? = null)
Properties
Link copied to clipboard
BigQuery URI to an existing dataset, up to 2000 characters long, in the format bq://projectId.bqDatasetId
.
Link copied to clipboard
The configuration for the exported BigQuery schema.
Link copied to clipboard
val writeDisposition: Output<GoogleCloudHealthcareV1beta1FhirBigQueryDestinationWriteDisposition>? = null
Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a write_disposition is specified, the force
parameter is ignored.