append Only
suspend fun appendOnly(value: Output<StreamDestinationConfigBigqueryDestinationConfigAppendOnlyArgs>)
Parameters
value
AppendOnly mode defines that the stream of changes (INSERT, UPDATE-INSERT, UPDATE-DELETE and DELETE events) to a source table will be written to the destination Google BigQuery table, retaining the historical state of the data.
suspend fun appendOnly(argument: suspend StreamDestinationConfigBigqueryDestinationConfigAppendOnlyArgsBuilder.() -> Unit)
Parameters
argument
AppendOnly mode defines that the stream of changes (INSERT, UPDATE-INSERT, UPDATE-DELETE and DELETE events) to a source table will be written to the destination Google BigQuery table, retaining the historical state of the data.