Class StreamingInserts<DestinationT,ElementT>

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

public class StreamingInserts<DestinationT,ElementT> extends PTransform<PCollection<KV<DestinationT,ElementT>>,WriteResult>
PTransform that performs streaming BigQuery write. To increase consistency, it leverages BigQuery's best effort de-dup mechanism.
See Also: