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.connectors.file_system.OutputFileConfig#

class OutputFileConfig(part_prefix: str, part_suffix: str)[source]#

Part file name configuration. This allow to define a prefix and a suffix to the part file name.

Methods

builder()

get_java_object()

get_part_prefix()

The prefix for the part name.

get_part_suffix()

The suffix for the part name.

previous

pyflink.datastream.connectors.file_system.OnCheckpointRollingPolicy

next

pyflink.datastream.connectors.file_system.FileCompactStrategy

On this page
  • OutputFileConfig
Show Source

Created using Sphinx 5.3.0.