Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Asynchronous I/O
    • Connectors
    • Formats
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink DataStream
  • Connectors
  • pyflink.datastream.connectors.file_system.OutputFileConfig

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

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.