Dataproc Metastore v1beta API - Class DataCatalogConfig (2.0.0-beta09)

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.

Inheritance

object > DataCatalogConfig

Namespace

Google.Cloud.Metastore.V1Beta

Assembly

Google.Cloud.Metastore.V1Beta.dll

Constructors

DataCatalogConfig()

public DataCatalogConfig()

DataCatalogConfig(DataCatalogConfig)

public DataCatalogConfig(DataCatalogConfig other)
Parameter
NameDescription
otherDataCatalogConfig

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
TypeDescription
bool