public sealed class DataCatalogConfig : IMessage<DataCatalogConfig>, IEquatable<DataCatalogConfig>, IDeepCloneable<DataCatalogConfig>, IBufferMessage, IMessage
Specifies how metastore metadata should be integrated with the Data Catalog
service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `DataCatalogConfig` class within the `Google.Cloud.Metastore.V1Beta` namespace, used to manage the integration of metastore metadata with the Data Catalog service."],["The `DataCatalogConfig` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["It includes two constructors, `DataCatalogConfig()` and `DataCatalogConfig(DataCatalogConfig other)`, allowing for default initialization and initialization via copying an existing `DataCatalogConfig`."],["The class contains one property `Enabled`, which is a boolean, and controls whether the metadata synchronization to Data Catalog is active, which is off by default."]]],[]]