public sealed class DatabaseTableSpec : IMessage<DatabaseTableSpec>, IEquatable<DatabaseTableSpec>, IDeepCloneable<DatabaseTableSpec>, IBufferMessage, IMessage
Specification that applies to a table resource. Valid only
for entries with the TABLE type.
[[["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 webpage provides documentation for the `DatabaseTableSpec` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its properties, inheritance, and implementations."],["The `DatabaseTableSpec` class is a specification applicable to table resources, and it is designed for entries of the `TABLE` type within Google Cloud Data Catalog."],["The latest version documented is 2.14.0, and the page has versions listed ranging back to 1.2.0 for the `DatabaseTableSpec`, indicating a history of updates."],["The `DatabaseTableSpec` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It features a `Type` property that holds the `TableType` of a database table and has two constructors, one default and one that accepts another `DatabaseTableSpec` object as an argument for initialization."]]],[]]