public sealed class MysqlSourceConfig : IMessage<MysqlSourceConfig>, IEquatable<MysqlSourceConfig>, IDeepCloneable<MysqlSourceConfig>, IBufferMessage, IMessage
[[["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."],[[["Version 2.9.0 is the latest available version for the `MysqlSourceConfig`, and the documentation provides links to previous versions ranging from 2.8.0 down to 1.0.0."],["`MysqlSourceConfig` is a class for configuring MySQL as a data source, inheriting from the base `Object` class and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `MysqlSourceConfig` offers two constructors: a default constructor `MysqlSourceConfig()` and an overloaded constructor `MysqlSourceConfig(MysqlSourceConfig other)` that takes another `MysqlSourceConfig` instance as a parameter."],["The `MysqlSourceConfig` class has two key properties: `ExcludeObjects` and `IncludeObjects`, both of which are of type `MysqlRdbms`, which determine which MySQL objects are either excluded or included from the data stream."]]],[]]