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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDataCatalogConfig\u003c/code\u003e class in the Dataproc Metastore v1beta API manages the integration of metastore metadata with the Data Catalog service.\u003c/p\u003e\n"],["\u003cp\u003eVersion 2.0.0-beta11 is the latest available version of the \u003ccode\u003eDataCatalogConfig\u003c/code\u003e class, as indicated in the provided content.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDataCatalogConfig\u003c/code\u003e class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEnabled\u003c/code\u003e property, of type \u003ccode\u003ebool\u003c/code\u003e, determines if metastore metadata is synced with Data Catalog, with the default setting being disabled.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors: a default constructor \u003ccode\u003eDataCatalogConfig()\u003c/code\u003e and a copy constructor \u003ccode\u003eDataCatalogConfig(DataCatalogConfig other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1beta API - Class DataCatalogConfig (2.0.0-beta11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.DataCatalogConfig)\n- [2.0.0-beta10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/2.0.0-beta10/Google.Cloud.Metastore.V1Beta.DataCatalogConfig)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/1.0.0-beta02/Google.Cloud.Metastore.V1Beta.DataCatalogConfig) \n\n public sealed class DataCatalogConfig : IMessage\u003cDataCatalogConfig\u003e, IEquatable\u003cDataCatalogConfig\u003e, IDeepCloneable\u003cDataCatalogConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1beta API class DataCatalogConfig.\n\nSpecifies how metastore metadata should be integrated with the Data Catalog\nservice. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DataCatalogConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DataCatalogConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.DataCatalogConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DataCatalogConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.DataCatalogConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DataCatalogConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta.DataCatalogConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Metastore.V1Beta](/dotnet/docs/reference/Google.Cloud.Metastore.V1Beta/latest/Google.Cloud.Metastore.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Beta.dll\n\nConstructors\n------------\n\n### DataCatalogConfig()\n\n public DataCatalogConfig()\n\n### DataCatalogConfig(DataCatalogConfig)\n\n public DataCatalogConfig(DataCatalogConfig other)\n\nProperties\n----------\n\n### Enabled\n\n public bool Enabled { get; set; }\n\nDefines whether the metastore metadata should be synced to Data Catalog.\nThe default value is to disable syncing metastore metadata to Data Catalog."]]