Class BigtableIO.Read

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PBegin,PCollection<com.google.bigtable.v2.Row>>
org.apache.beam.sdk.io.gcp.bigtable.BigtableIO.Read
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
BigtableIO

public abstract static class BigtableIO.Read extends PTransform<PBegin,PCollection<com.google.bigtable.v2.Row>>
A PTransform that reads from Google Cloud Bigtable. See the class-level Javadoc on BigtableIO for more information.
See Also: