GoogleCloudHealthcareV1FhirBigQueryDestinationArgs

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

fun GoogleCloudHealthcareV1FhirBigQueryDestinationArgs(datasetUri: Output<String>? = null, force: Output<Boolean>? = null, schemaConfig: Output<SchemaConfigArgs>? = null, writeDisposition: Output<GoogleCloudHealthcareV1FhirBigQueryDestinationWriteDisposition>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudHealthcareV1FhirBigQueryDestinationArgs

Properties

Link copied to clipboard
val datasetUri: Output<String>? = null

BigQuery URI to an existing dataset, up to 2000 characters long, in the format bq://projectId.bqDatasetId.

Link copied to clipboard
val force: Output<Boolean>? = null

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 schemaConfig: Output<SchemaConfigArgs>? = null

The configuration for the exported BigQuery schema.

Link copied to clipboard

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.