Class DatabaseTableSpec (1.8.0)

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.

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

DataplexTable

public DataplexTableSpec DataplexTable { get; set; }

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
DatabaseTableSpec.Types.TableType