public sealed class MetadataIntegration : IMessage<MetadataIntegration>, IEquatable<MetadataIntegration>, IDeepCloneable<MetadataIntegration>, IBufferMessage, IMessageSpecifies how metastore metadata should be integrated with external services.
Implements
IMessage<MetadataIntegration>, IEquatable<MetadataIntegration>, IDeepCloneable<MetadataIntegration>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.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 |
|