public sealed class DatabaseTableSpec : IMessage<DatabaseTableSpec>, IEquatable<DatabaseTableSpec>, IDeepCloneable<DatabaseTableSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DatabaseTableSpec.
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."],[[["The page provides documentation for the `DatabaseTableSpec` class within the Google Cloud Data Catalog v1 API, specifically for .NET development, detailing its properties and usage."],["Version 2.14.0 is the latest available version of the `DatabaseTableSpec` documentation, and the page also includes documentation for older versions of the class dating back to version 1.2.0."],["The `DatabaseTableSpec` class is used to specify properties that apply to table resources and is only valid for entries with a `TABLE` type within the Data Catalog API."],["The `DatabaseTableSpec` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for .NET, in addition to inheriting members from the `object` class."],["Key properties of the `DatabaseTableSpec` class include `DatabaseViewSpec`, which defines table views, `DataplexTable`, specific to Dataplex tables, and `Type`, which specifies the type of the table."]]],[]]