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.
[[["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."],[[["The `DataCatalogConfig` class in the Dataproc Metastore v1beta API manages the integration of metastore metadata with the Data Catalog service."],["Version 2.0.0-beta11 is the latest available version of the `DataCatalogConfig` class, as indicated in the provided content."],["The `DataCatalogConfig` class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Enabled` property, of type `bool`, determines if metastore metadata is synced with Data Catalog, with the default setting being disabled."],["The class includes two constructors: a default constructor `DataCatalogConfig()` and a copy constructor `DataCatalogConfig(DataCatalogConfig other)`."]]],[]]