Class TextIO.Write

All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
TextIO

public static class TextIO.Write extends PTransform<PCollection<String>,PDone>
This class is used as the default return value of TextIO.write().

All methods in this class delegate to the appropriate method of TextIO.TypedWrite. This class exists for backwards compatibility, and will be removed in Beam 3.0.

See Also: