use ValueEnum;
use ;
/// Represents the mode of the CDC Operator.
///
/// The mode can be one of the following:
///
/// * DateAware - The CDC Operator will be date aware with a specific date range of CDC files.
/// * AbsolutePath - The CDC Operator will use an absolute path.
/// * FullLoadOnly - The CDC Operator will only do a full load.