All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.cdap.plugin.gcp.bigquery.sink.Operation Maven / Gradle / Ivy

package io.cdap.plugin.gcp.bigquery.sink;

/**
 * The type of write operation.
 */
public enum Operation {
  INSERT,
  UPDATE,
  UPSERT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy