GoogleCloudHealthcareV1FhirBigQueryDestination class
The configuration for exporting to BigQuery.
Constructors
- GoogleCloudHealthcareV1FhirBigQueryDestination({String? datasetUri, bool? force, SchemaConfig? schemaConfig, String? writeDisposition})
- GoogleCloudHealthcareV1FhirBigQueryDestination.fromJson(Map json_)
Properties
- datasetUri ↔ String?
-
BigQuery URI to an existing dataset, up to 2000 characters long, in the
format
bq://projectId.bqDatasetId
.getter/setter pair - force ↔ bool?
-
If this flag is
TRUE
, all tables are deleted from the dataset before the new exported tables are written.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaConfig ↔ SchemaConfig?
-
The configuration for the exported BigQuery schema.
getter/setter pair
- writeDisposition ↔ String?
-
Determines if existing data in the destination dataset is overwritten,
appended to, or not written if the tables contain data.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited