[[["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\u003eThis document provides reference information for the \u003ccode\u003eTableEntity\u003c/code\u003e class within the Google Cloud Database Migration v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTableEntity\u003c/code\u003e class, whose parent is a schema, is part of the \u003ccode\u003eGoogle.Cloud.CloudDms.V1\u003c/code\u003e namespace and is available in various versions, with 2.5.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eTableEntity\u003c/code\u003e include \u003ccode\u003eColumns\u003c/code\u003e, \u003ccode\u003eComment\u003c/code\u003e, \u003ccode\u003eConstraints\u003c/code\u003e, \u003ccode\u003eCustomFeatures\u003c/code\u003e, \u003ccode\u003eIndices\u003c/code\u003e, and \u003ccode\u003eTriggers\u003c/code\u003e, which provide details about a table's structure and associated elements.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTableEntity\u003c/code\u003e class implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling various functionalities like message handling, equality checks, and cloning.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for the \u003ccode\u003eTableEntity\u003c/code\u003e class, a parameterless constructor and one that accepts another \u003ccode\u003eTableEntity\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# Database Migration v1 API - Class TableEntity (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.TableEntity)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.4.0/Google.Cloud.CloudDms.V1.TableEntity)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.3.0/Google.Cloud.CloudDms.V1.TableEntity)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.2.0/Google.Cloud.CloudDms.V1.TableEntity)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.1.0/Google.Cloud.CloudDms.V1.TableEntity)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.0.0/Google.Cloud.CloudDms.V1.TableEntity)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.2.0/Google.Cloud.CloudDms.V1.TableEntity)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.1.0/Google.Cloud.CloudDms.V1.TableEntity)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.0.0/Google.Cloud.CloudDms.V1.TableEntity) \n\n public sealed class TableEntity : IMessage\u003cTableEntity\u003e, IEquatable\u003cTableEntity\u003e, IDeepCloneable\u003cTableEntity\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Database Migration v1 API class TableEntity.\n\nTable's parent is a schema. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TableEntity \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TableEntity](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.TableEntity), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TableEntity](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.TableEntity), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TableEntity](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.TableEntity), [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.CloudDms.V1](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudDms.V1.dll\n\nConstructors\n------------\n\n### TableEntity()\n\n public TableEntity()\n\n### TableEntity(TableEntity)\n\n public TableEntity(TableEntity other)\n\nProperties\n----------\n\n### Columns\n\n public RepeatedField\u003cColumnEntity\u003e Columns { get; }\n\nTable columns.\n\n### Comment\n\n public string Comment { get; set; }\n\nComment associated with the table.\n\n### Constraints\n\n public RepeatedField\u003cConstraintEntity\u003e Constraints { get; }\n\nTable constraints.\n\n### CustomFeatures\n\n public Struct CustomFeatures { get; set; }\n\nCustom engine specific features.\n\n### Indices\n\n public RepeatedField\u003cIndexEntity\u003e Indices { get; }\n\nTable indices.\n\n### Triggers\n\n public RepeatedField\u003cTriggerEntity\u003e Triggers { get; }\n\nTable triggers."]]