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-25 UTC."],[[["The `DatabaseTableSpec` class in the Google.Cloud.DataCatalog.V1 API defines specifications for table resources, applicable only to entries of the \"TABLE\" type."],["This class supports various implementations like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering comprehensive functionalities for data handling."],["The API documentation lists versions from 1.2.0 to 2.14.0, including the latest version and their respective links to the `DatabaseTableSpec` documentation, offering historical navigation."],["`DatabaseTableSpec` instances can represent both \"real\" tables and views, with `DatabaseViewSpec` being used for view-specific details."],["The `DataplexTable` property within `DatabaseTableSpec` provides fields specifically for Dataplex tables, which are only present in Dataplex table entries."]]],[]]