Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

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.

previous

pyflink.datastream.data_stream.DataStream.get_name

next

pyflink.datastream.data_stream.DataStream.uid

Show Source

Created using Sphinx 4.5.0.