[[["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\u003eMysqlColumn\u003c/code\u003e class, part of the DataStream v1alpha1 API, represents a MySQL column and is available in versions 2.0.0-alpha05, 2.0.0-alpha04, and 1.0.0-beta02.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple 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 \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMysqlColumn\u003c/code\u003e provides properties such as \u003ccode\u003eCollation\u003c/code\u003e, \u003ccode\u003eColumnName\u003c/code\u003e, \u003ccode\u003eDataType\u003c/code\u003e, \u003ccode\u003eLength\u003c/code\u003e, \u003ccode\u003eNullable\u003c/code\u003e, \u003ccode\u003eOrdinalPosition\u003c/code\u003e, and \u003ccode\u003ePrimaryKey\u003c/code\u003e to describe various attributes of a MySQL column.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for creating a \u003ccode\u003eMysqlColumn\u003c/code\u003e object, one with no arguments, and another that accepts an existing \u003ccode\u003eMysqlColumn\u003c/code\u003e as input.\u003c/p\u003e\n"],["\u003cp\u003eThe full list of data types are found at \u003ca href=\"https://dev.mysql.com/doc/refman/8.0/en/data-types.html\"\u003ehttps://dev.mysql.com/doc/refman/8.0/en/data-types.html\u003c/a\u003e.\u003c/p\u003e\n"]]],[],null,["# DataStream v1alpha1 API - Class MysqlColumn (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.MysqlColumn)\n- [2.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/2.0.0-alpha04/Google.Cloud.Datastream.V1Alpha1.MysqlColumn)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/1.0.0-beta02/Google.Cloud.Datastream.V1Alpha1.MysqlColumn) \n\n public sealed class MysqlColumn : IMessage\u003cMysqlColumn\u003e, IEquatable\u003cMysqlColumn\u003e, IDeepCloneable\u003cMysqlColumn\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the DataStream v1alpha1 API class MysqlColumn.\n\nMySQL Column. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MysqlColumn \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MysqlColumn](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1.MysqlColumn), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MysqlColumn](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1.MysqlColumn), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MysqlColumn](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1.MysqlColumn), [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### MysqlColumn()\n\n public MysqlColumn()\n\n### MysqlColumn(MysqlColumn)\n\n public MysqlColumn(MysqlColumn other)\n\nProperties\n----------\n\n### Collation\n\n public string Collation { get; set; }\n\nColumn collation.\n\n### ColumnName\n\n public string ColumnName { get; set; }\n\nColumn name.\n\n### DataType\n\n public string DataType { get; set; }\n\nThe MySQL data type. Full data types list can be found here:\n\u003chttps://dev.mysql.com/doc/refman/8.0/en/data-types.html\u003e\n\n### Length\n\n public int Length { get; set; }\n\nColumn length.\n\n### Nullable\n\n public bool Nullable { get; set; }\n\nWhether or not the column can accept a null value.\n\n### OrdinalPosition\n\n public int OrdinalPosition { get; set; }\n\nThe ordinal position of the column in the table.\n\n### PrimaryKey\n\n public bool PrimaryKey { get; set; }\n\nWhether or not the column represents a primary key."]]