[[["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."],[[["The latest version available for the `MysqlTable` class within the DataStream v1 API is 2.9.0, while this specific documentation is for version 2.5.0."],["The `MysqlTable` class represents a MySQL table and is part of the `Google.Cloud.Datastream.V1` namespace, found within the `Google.Cloud.Datastream.V1.dll` assembly."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["`MysqlTable` objects can be constructed using either a default constructor, `MysqlTable()`, or a copy constructor, `MysqlTable(MysqlTable other)`, allowing for object creation and duplication."],["The class contains two properties: `MysqlColumns`, which is a `RepeatedField` containing all of the MySQL columns, and `Table`, which is a string holding the name of the table."]]],[]]