Class TextIO.TypedWrite<UserT,DestinationT>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<UserT>,WriteFilesResult<DestinationT>>
org.apache.beam.sdk.io.TextIO.TypedWrite<UserT,DestinationT>
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
TextIO

public abstract static class TextIO.TypedWrite<UserT,DestinationT> extends PTransform<PCollection<UserT>,WriteFilesResult<DestinationT>>
Implementation of TextIO.write().
See Also: