pyflink.common.config_options.ConfigOption#
- class ConfigOption(j_config_option)[source]#
A {@code ConfigOption} describes a configuration parameter. It encapsulates the configuration key, deprecated older versions of the key, and an optional default value for the configuration parameter.
{@code ConfigOptions} are built via the ConfigOptions class. Once created, a config option is immutable.