public sealed class DataCatalogConfig : IMessage<DataCatalogConfig>, IEquatable<DataCatalogConfig>, IDeepCloneable<DataCatalogConfig>, IBufferMessage, IMessageSpecifies how metastore metadata should be integrated with the Data Catalog service.
Implements
IMessage<DataCatalogConfig>, IEquatable<DataCatalogConfig>, IDeepCloneable<DataCatalogConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.dll
Constructors
DataCatalogConfig()
public DataCatalogConfig()DataCatalogConfig(DataCatalogConfig)
public DataCatalogConfig(DataCatalogConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DataCatalogConfig |
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 | |
|---|---|
| Type | Description |
Boolean |
|