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 provides documentation for the `DatabaseTableSpec` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically outlining its properties and constructors."],["The `DatabaseTableSpec` class is used to define specifications for table resources and is applicable to entries with the `TABLE` type."],["The documentation covers a range of versions for `DatabaseTableSpec`, starting from version 1.2.0 up to the latest version, 2.14.0."],["The `DatabaseTableSpec` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `DatabaseTableSpec` class has properties such as `DataplexTable`, which is of type `DataplexTableSpec`, and `Type`, which is of type `DatabaseTableSpec.Types.TableType`, indicating specific aspects of a database table."]]],[]]