Class StorageApiWriteUnshardedRecords<DestinationT,ElementT>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<KV<DestinationT,StorageApiWritePayload>>,PCollectionTuple>
org.apache.beam.sdk.io.gcp.bigquery.StorageApiWriteUnshardedRecords<DestinationT,ElementT>
All Implemented Interfaces:
Serializable, HasDisplayData

public class StorageApiWriteUnshardedRecords<DestinationT,ElementT> extends PTransform<PCollection<KV<DestinationT,StorageApiWritePayload>>,PCollectionTuple>
Write records to the Storage API using a standard batch approach. PENDING streams are used, which do not become visible until they are finalized and committed. Each input bundle to the DoFn creates a stream per output table, appends all records in the bundle to the stream, and schedules a finalize/commit operation at the end.
See Also: