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 `DatabaseTableSpec` class in the Google.Cloud.DataCatalog.V1 API is used for specifying details about a table resource within the Data Catalog, and is only applicable for entries of the `TABLE` type."],["The latest version of the API class is 2.14.0, with numerous prior versions available, dating back to version 1.2.0, allowing access to specific historical functionalities."],["The `DatabaseTableSpec` class allows definition of table type, and contains properties such as `DatabaseViewSpec` to specify if a table is a view, and `DataplexTable` for Dataplex table-specific information."],["The class `DatabaseTableSpec` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class has two constructors `DatabaseTableSpec()` and `DatabaseTableSpec(DatabaseTableSpec other)`, the latter allowing you to create a DatabaseTableSpec object by providing another DatabaseTableSpec object as a parameter."]]],[]]