Class TableDataWriteChannel

All Implemented Interfaces:
Restorable<WriteChannel>, WriteChannel, Closeable, AutoCloseable, Channel, WritableByteChannel

public class TableDataWriteChannel extends BaseWriteChannel<BigQueryOptions,WriteChannelConfiguration>
WriteChannel implementation to stream data into a BigQuery table. Use getJob() to get the job used to insert streamed data. Please notice that getJob() returns null until the channel is closed.