public sealed class MysqlSourceConfig : IMessage<MysqlSourceConfig>, IEquatable<MysqlSourceConfig>, IDeepCloneable<MysqlSourceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 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 Google Cloud Datastream v1alpha1 API, specifically version 2.0.0-alpha04."],["The `MysqlSourceConfig` class is used to define the configuration for a MySQL source in DataStream and it includes methods and properties for defining which objects to include or exclude."],["`MysqlSourceConfig` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various capacities."],["The class offers two constructors for creating instances, either a default constructor or a copy constructor that allows you to use another `MysqlSourceConfig` as a parameter."],["The `MysqlSourceConfig` class has two key properties: `Allowlist`, which defines the MySQL objects to retrieve from the source, and `Rejectlist`, which specifies the objects to exclude."]]],[]]