Class WriteChannelConfiguration

java.lang.Object
com.google.cloud.bigquery.WriteChannelConfiguration
All Implemented Interfaces:
LoadConfiguration, Serializable

public final class WriteChannelConfiguration extends Object implements LoadConfiguration, Serializable
Google BigQuery Configuration for a load operation. A load configuration can be used to load data into a table with a WriteChannel (BigQuery.writer(WriteChannelConfiguration)).
See Also: