public sealed class DataCatalogConfig : IMessage<DataCatalogConfig>, IEquatable<DataCatalogConfig>, IDeepCloneable<DataCatalogConfig>, IBufferMessage, IMessage
Specifies how metastore metadata should be integrated with the Data Catalog service.
Implements
IMessage<DataCatalogConfig>, IEquatable<DataCatalogConfig>, IDeepCloneable<DataCatalogConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.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 |