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."],[[["This document provides reference documentation for the `MysqlSourceConfig` class within the DataStream v1 API, specifically version 2.4.0."],["The `MysqlSourceConfig` class is designed for configuring MySQL sources, and it inherits from `object` while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `MysqlSourceConfig` include `ExcludeObjects` and `IncludeObjects` to define which MySQL objects are handled, and `MaxConcurrentBackfillTasks` and `MaxConcurrentCdcTasks` to control the concurrency of tasks."],["The document lists several previous versions of the API documentation for the `MysqlSourceConfig` class, ranging from version 1.0.0 up to the latest version 2.9.0."]]],[]]