Class DataCatalogConfig (1.0.0-beta02)

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

Specifies how metastore metadata should be integrated with the Data Catalog service.

Inheritance

Object > DataCatalogConfig

Namespace

Google.Cloud.Metastore.V1Beta

Assembly

Google.Cloud.Metastore.V1Beta.dll

Constructors

DataCatalogConfig()

public DataCatalogConfig()

DataCatalogConfig(DataCatalogConfig)

public DataCatalogConfig(DataCatalogConfig other)
Parameter
NameDescription
otherDataCatalogConfig

Properties

Enabled

public bool Enabled { get; set; }

Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.

Property Value
TypeDescription
Boolean