Class MetadataIntegration (1.0.0-beta02)

public sealed class MetadataIntegration : IMessage<MetadataIntegration>, IEquatable<MetadataIntegration>, IDeepCloneable<MetadataIntegration>, IBufferMessage, IMessage

Specifies how metastore metadata should be integrated with external services.

Inheritance

Object > MetadataIntegration

Namespace

Google.Cloud.Metastore.V1Beta

Assembly

Google.Cloud.Metastore.V1Beta.dll

Constructors

MetadataIntegration()

public MetadataIntegration()

MetadataIntegration(MetadataIntegration)

public MetadataIntegration(MetadataIntegration other)
Parameter
NameDescription
otherMetadataIntegration

Properties

DataCatalogConfig

public DataCatalogConfig DataCatalogConfig { get; set; }

The integration config for the Data Catalog service.

Property Value
TypeDescription
DataCatalogConfig