public sealed class DataplexTableSpec : IMessage<DataplexTableSpec>, IEquatable<DataplexTableSpec>, IDeepCloneable<DataplexTableSpec>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class DataplexTableSpec.
Entry specification for a Dataplex table.
Implements
IMessageDataplexTableSpec, IEquatableDataplexTableSpec, IDeepCloneableDataplexTableSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
DataplexTableSpec()
public DataplexTableSpec()DataplexTableSpec(DataplexTableSpec)
public DataplexTableSpec(DataplexTableSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
DataplexTableSpec |
Properties
DataplexSpec
public DataplexSpec DataplexSpec { get; set; }Common Dataplex fields.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldDataplexExternalTable |
|
UserManaged
public bool UserManaged { get; set; }Indicates if the table schema is managed by the user or not.
| Property Value | |
|---|---|
| Type | Description |
bool |
|