Data Catalog v1 API - Class DatabaseTableSpec (2.11.0)

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.

Inheritance

object > DatabaseTableSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

DatabaseTableSpec()

public DatabaseTableSpec()

DatabaseTableSpec(DatabaseTableSpec)

public DatabaseTableSpec(DatabaseTableSpec other)
Parameter
NameDescription
otherDatabaseTableSpec

Properties

DatabaseViewSpec

public DatabaseTableSpec.Types.DatabaseViewSpec DatabaseViewSpec { get; set; }

Spec what aplies to tables that are actually views. Not set for "real" tables.

Property Value
TypeDescription
DatabaseTableSpecTypesDatabaseViewSpec

DataplexTable

public DataplexTableSpec DataplexTable { get; set; }

Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.

Property Value
TypeDescription
DataplexTableSpec

Type

public DatabaseTableSpec.Types.TableType Type { get; set; }

Type of this table.

Property Value
TypeDescription
DatabaseTableSpecTypesTableType