Class RowMutation

java.lang.Object
org.apache.beam.sdk.io.gcp.bigquery.RowMutation

public abstract class RowMutation extends Object
A convenience class for applying row updates to BigQuery using BigQueryIO.applyRowMutations(). This class encapsulates a TableRow payload along with information how to update the row. A sequence number must also be supplied to order the updates. Incorrect sequence numbers will result in unexpected state in the BigQuery table.