public sealed class DataCatalogConfig : IMessage<DataCatalogConfig>, IEquatable<DataCatalogConfig>, IDeepCloneable<DataCatalogConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1alpha 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 Google.Cloud.Metastore.V1Alpha API is designed to manage the integration of metastore metadata with the Data Catalog service."],["This class is part of the .NET library for Google Cloud's Dataproc Metastore v1alpha API, with the latest version being 2.0.0-alpha11, and is implemented within the `Google.Cloud.Metastore.V1Alpha` namespace."],["`DataCatalogConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for a robust set of functionalities such as message handling, comparison, and cloning."],["The `Enabled` property, a boolean value, controls whether the synchronization of metastore metadata to Data Catalog is active or not, defaulting to disabled."],["The class has two constructors: one default constructor, and one that take another `DataCatalogConfig` object to copy it's values."]]],[]]