public sealed class MetadataIntegration : IMessage<MetadataIntegration>, IEquatable<MetadataIntegration>, IDeepCloneable<MetadataIntegration>, IBufferMessage, IMessage
Specifies how metastore metadata should be integrated with external services.
Implements
IMessage<MetadataIntegration>, IEquatable<MetadataIntegration>, IDeepCloneable<MetadataIntegration>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.dll
Constructors
MetadataIntegration()
public MetadataIntegration()
MetadataIntegration(MetadataIntegration)
public MetadataIntegration(MetadataIntegration other)
Parameter | |
---|---|
Name | Description |
other | MetadataIntegration |
Properties
DataCatalogConfig
public DataCatalogConfig DataCatalogConfig { get; set; }
The integration config for the Data Catalog service.
Property Value | |
---|---|
Type | Description |
DataCatalogConfig |
DataplexConfig
public DataplexConfig DataplexConfig { get; set; }
The integration config for the Dataplex service.
Property Value | |
---|---|
Type | Description |
DataplexConfig |