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, specifically outlining its properties and constructors."],["The `DatabaseTableSpec` class is used to define specifications for table resources and is only valid for entries categorized with the `TABLE` type."],["The documentation lists various versions of the `DatabaseTableSpec` class, ranging from version 1.2.0 to the latest 2.14.0, with links to the documentation for each."],["It features two constructors for the `DatabaseTableSpec` class, one being a parameterless constructor and the other accepting a `DatabaseTableSpec` object as a parameter, as well as detailing the `DataplexTable` and `Type` properties."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and usage within the Google Cloud environment."]]],[]]