Google Cloud Healthcare V1beta1Dicom Big Query Destination Args
data class GoogleCloudHealthcareV1beta1DicomBigQueryDestinationArgs(val force: Output<Boolean>? = null, val tableUri: Output<String>? = null, val writeDisposition: Output<GoogleCloudHealthcareV1beta1DicomBigQueryDestinationWriteDisposition>? = null) : ConvertibleToJava<GoogleCloudHealthcareV1beta1DicomBigQueryDestinationArgs>
The BigQuery table where the server writes output.
Constructors
Link copied to clipboard
constructor(force: Output<Boolean>? = null, tableUri: Output<String>? = null, writeDisposition: Output<GoogleCloudHealthcareV1beta1DicomBigQueryDestinationWriteDisposition>? = null)
Properties
Link copied to clipboard
val writeDisposition: Output<GoogleCloudHealthcareV1beta1DicomBigQueryDestinationWriteDisposition>? = null
Determines whether the existing table in the destination is to be overwritten or appended to. If a write_disposition is specified, the force
parameter is ignored.