java.lang.Object
io.github.flink.gcp.connector.bigquery.sink.CdcTableOptions.Builder
- Enclosing class:
- CdcTableOptions
@Experimental
public static final class CdcTableOptions.Builder
extends Object
-
Method Summary
Builds the immutable options.
Disables maximum staleness on the destination table.
Sets the maximum staleness BigQuery applies to CDC queries.
Declares the columns of the unenforced primary key used by BigQuery CDC.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
primaryKeyColumns
Declares the columns of the unenforced primary key used by BigQuery CDC.
-
maxStaleness
Sets the maximum staleness BigQuery applies to CDC queries.
This overrides an earlier clearMaxStaleness() call.
-
-
build
Builds the immutable options.