pyflink.datastream.data_stream.DataStream.name# DataStream.name(name: str) → pyflink.datastream.data_stream.DataStream[source]# Sets the name of the current data stream. This name is used by the visualization and logging during runtime. Parameters name – Name of the stream. Returns The named operator.