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 page provides reference documentation for the `MysqlSourceConfig` class within the Google Cloud Datastream V1 API, specifically for version 2.5.0."],["The `MysqlSourceConfig` class is used to configure a MySQL source for data streaming and includes functionality to exclude or include specific MySQL objects in the data stream."],["The class offers properties such as `ExcludeObjects`, `IncludeObjects`, `MaxConcurrentBackfillTasks`, and `MaxConcurrentCdcTasks` to customize the behavior of the MySQL data stream."],["The `MysqlSourceConfig` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to perform varied tasks like deep cloning, and also includes constructors for both default initialization and copying."],["This documentation also provides links to other available versions of the Google.Cloud.Datastream.V1.MysqlSourceConfig, ranging from version 1.0.0 to the latest version 2.9.0."]]],[]]