Class RowMutationInformation

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

public abstract class RowMutationInformation extends Object
This class indicates how to apply a row update to BigQuery. A sequence number must always be supplied to order the updates. Incorrect sequence numbers will result in unexpected state in the BigQuery table.
  • Constructor Details

    • RowMutationInformation

      public RowMutationInformation()
  • Method Details