GoogleCloudHealthcareV1DicomBigQueryDestination class
The BigQuery table where the server writes the output.
Constructors
- GoogleCloudHealthcareV1DicomBigQueryDestination({bool? force, String? tableUri, String? writeDisposition})
- GoogleCloudHealthcareV1DicomBigQueryDestination.fromJson(Map json_)
Properties
- force ↔ bool?
-
Use
write_disposition
instead.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
- tableUri ↔ String?
-
BigQuery URI to a table, up to 2000 characters long, in the format
bq://projectId.bqDatasetId.tableId
getter/setter pair - writeDisposition ↔ String?
-
Determines whether the existing table in the destination is to be
overwritten or appended to.
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