public sealed class MysqlSourceConfig : IMessage<MysqlSourceConfig>, IEquatable<MysqlSourceConfig>, IDeepCloneable<MysqlSourceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class MysqlSourceConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the DataStream v1 API class MysqlSourceConfig is 2.9.0, with several previous versions also available for reference, ranging back to version 1.0.0."],["The `MysqlSourceConfig` class provides configuration for a MySQL data source, defining how data is extracted from MySQL databases."],["This class inherits from the Object class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`MysqlSourceConfig` includes properties to specify which MySQL objects to include (`IncludeObjects`) or exclude (`ExcludeObjects`) from the data stream, both of which use the `MysqlRdbms` type."],["The `MaxConcurrentCdcTasks` property allows setting the maximum number of concurrent CDC tasks, with a non-negative value, or using the system's default value if set to 0."]]],[]]