Class StorageApiLoads<DestinationT,ElementT>

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

public class StorageApiLoads<DestinationT,ElementT> extends PTransform<PCollection<KV<DestinationT,ElementT>>,WriteResult>
This PTransform manages loads into BigQuery using the Storage API.
See Also: