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.