Class DataplexTableSpec (1.8.0)

public sealed class DataplexTableSpec : IMessage<DataplexTableSpec>, IEquatable<DataplexTableSpec>, IDeepCloneable<DataplexTableSpec>, IBufferMessage, IMessage

Entry specification for a Dataplex table.

Inheritance

Object > DataplexTableSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

DataplexTableSpec()

public DataplexTableSpec()

DataplexTableSpec(DataplexTableSpec)

public DataplexTableSpec(DataplexTableSpec other)
Parameter
NameDescription
otherDataplexTableSpec

Properties

DataplexSpec

public DataplexSpec DataplexSpec { get; set; }

Common Dataplex fields.

Property Value
TypeDescription
DataplexSpec

ExternalTables

public RepeatedField<DataplexExternalTable> ExternalTables { get; }

List of external tables registered by Dataplex in other systems based on the same underlying data.

External tables allow to query this data in those systems.

Property Value
TypeDescription
RepeatedField<DataplexExternalTable>

UserManaged

public bool UserManaged { get; set; }

Indicates if the table schema is managed by the user or not.

Property Value
TypeDescription
Boolean