Google Cloud Healthcare V1Fhir Big Query Destination Args
data class GoogleCloudHealthcareV1FhirBigQueryDestinationArgs(val datasetUri: Output<String>? = null, val force: Output<Boolean>? = null, val schemaConfig: Output<SchemaConfigArgs>? = null, val writeDisposition: Output<GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition>? = null) : ConvertibleToJava<GoogleCloudHealthcareV1FhirBigQueryDestinationArgs>
The configuration for exporting to BigQuery.
Constructors
Link copied to clipboard
fun GoogleCloudHealthcareV1FhirBigQueryDestinationArgs(datasetUri: Output<String>? = null, force: Output<Boolean>? = null, schemaConfig: Output<SchemaConfigArgs>? = null, writeDisposition: Output<GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition>? = null)
Functions
Properties
Link copied to clipboard
If this flag is TRUE
, all tables are deleted from the dataset before the new exported tables are written. If the flag is not set and the destination dataset contains tables, the export call returns an error. If write_disposition
is specified, this parameter is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
Link copied to clipboard
val writeDisposition: Output<GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition>? = null