[[["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-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMysqlTable\u003c/code\u003e class in the DataStream v1alpha1 API represents a MySQL table and is part of the \u003ccode\u003eGoogle.Cloud.Datastream.V1Alpha1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt provides constructors for creating new \u003ccode\u003eMysqlTable\u003c/code\u003e objects, including a default constructor and one that takes another \u003ccode\u003eMysqlTable\u003c/code\u003e as a parameter for duplication.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMysqlTable\u003c/code\u003e class has properties such as \u003ccode\u003eMysqlColumns\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eMysqlColumn\u003c/code\u003e objects, and \u003ccode\u003eTableName\u003c/code\u003e, a string representing the name of the table.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eMysqlTable\u003c/code\u003e is documented as 2.0.0-alpha05, and it exists alongside previous versions 2.0.0-alpha04 and 1.0.0-beta02.\u003c/p\u003e\n"]]],[],null,["# DataStream v1alpha1 API - Class MysqlTable (2.0.0-alpha05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha05 (latest)](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1.MysqlTable)\n- [2.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/2.0.0-alpha04/Google.Cloud.Datastream.V1Alpha1.MysqlTable)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/1.0.0-beta02/Google.Cloud.Datastream.V1Alpha1.MysqlTable) \n\n public sealed class MysqlTable : IMessage\u003cMysqlTable\u003e, IEquatable\u003cMysqlTable\u003e, IDeepCloneable\u003cMysqlTable\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the DataStream v1alpha1 API class MysqlTable.\n\nMySQL table. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MysqlTable \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MysqlTable](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1.MysqlTable), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MysqlTable](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1.MysqlTable), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MysqlTable](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1.MysqlTable), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Datastream.V1Alpha1](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1)\n\nAssembly\n--------\n\nGoogle.Cloud.Datastream.V1Alpha1.dll\n\nConstructors\n------------\n\n### MysqlTable()\n\n public MysqlTable()\n\n### MysqlTable(MysqlTable)\n\n public MysqlTable(MysqlTable other)\n\nProperties\n----------\n\n### MysqlColumns\n\n public RepeatedField\u003cMysqlColumn\u003e MysqlColumns { get; }\n\nMySQL columns in the database.\nWhen unspecified as part of include/exclude lists, includes/excludes\neverything.\n\n### TableName\n\n public string TableName { get; set; }\n\nTable name."]]