View Source GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1FhirBigQueryDestination (google_api_health_care v0.56.2)
The configuration for exporting to BigQuery.
Attributes
-
datasetUri
(type:String.t
, default:nil
) - Optional. BigQuery URI to an existing dataset, up to 2000 characters long, in the formatbq://projectId.bqDatasetId
. -
force
(type:boolean()
, default:nil
) - Optional. The default value is false. If this flag isTRUE
, 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. Ifwrite_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. -
schemaConfig
(type:GoogleApi.HealthCare.V1.Model.SchemaConfig.t
, default:nil
) - Optional. The configuration for the exported BigQuery schema. -
writeDisposition
(type:String.t
, default:nil
) - Optional. 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, theforce
parameter is ignored.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1FhirBigQueryDestination{ datasetUri: String.t() | nil, force: boolean() | nil, schemaConfig: GoogleApi.HealthCare.V1.Model.SchemaConfig.t() | nil, writeDisposition: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.