Class StorageApiWriteRecordsInconsistent<DestinationT,ElementT>

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

public class StorageApiWriteRecordsInconsistent<DestinationT,ElementT> extends PTransform<PCollection<KV<DestinationT,StorageApiWritePayload>>,PCollectionTuple>
A transform to write sharded records to BigQuery using the Storage API. This transform uses the default stream to write the records. Records written will show up in BigQuery immediately, however exactly once is not guaranteed - duplicates may appear in the output. For exactly-once writes, use StorageApiWritesShardedRecords or StorageApiWriteUnshardedRecords.
See Also: