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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 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."]]],[]]