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-04-09 UTC."],[[["This document provides reference documentation for the `MysqlSourceConfig` class within the DataStream v1 API for .NET, specifically version 2.3.0."],["`MysqlSourceConfig` is used to configure a MySQL source for data streaming and inherits from `object`, while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class offers properties like `ExcludeObjects`, `IncludeObjects`, `MaxConcurrentBackfillTasks`, and `MaxConcurrentCdcTasks` to define which MySQL objects to include or exclude, as well as setting limits on the number of concurrent tasks."],["There are multiple versions of this class that can be found in the documentation, with version 2.9.0 being the latest, while the content is within the context of version 2.3.0."],["The document goes over two constructors, a parameterised and empty one, that can be used to instantiate the MysqlSourceConfig class."]]],[]]