public sealed class DataCatalogConfig : IMessage<DataCatalogConfig>, IEquatable<DataCatalogConfig>, IDeepCloneable<DataCatalogConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class DataCatalogConfig.
Specifies how metastore metadata should be integrated with the Data Catalog service.
Implements
IMessageDataCatalogConfig, IEquatableDataCatalogConfig, IDeepCloneableDataCatalogConfig, 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 |
bool |