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-25 UTC."],[[["This webpage details the `DatabaseTableSpec` class, which is designed for specifying properties of a table resource in the Google Cloud Data Catalog, particularly for entries with the `TABLE` type."],["The `DatabaseTableSpec` class has multiple versions available, ranging from version 1.2.0 to the latest version, 2.14.0, with a link to each specific version's documentation."],["`DatabaseTableSpec` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default constructor and another that takes a `DatabaseTableSpec` object as a parameter, for copying values."],["The `Type` property, of type `DatabaseTableSpec.Types.TableType`, is used to define the specific type of the table being referenced."]]],[]]