Class BigtableIO.Write

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<KV<ByteString,Iterable<com.google.bigtable.v2.Mutation>>>,PDone>
org.apache.beam.sdk.io.gcp.bigtable.BigtableIO.Write
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
BigtableIO

public abstract static class BigtableIO.Write extends PTransform<PCollection<KV<ByteString,Iterable<com.google.bigtable.v2.Mutation>>>,PDone>
A PTransform that writes to Google Cloud Bigtable. See the class-level Javadoc on BigtableIO for more information.
See Also: