public sealed class DataplexConfig : IMessage<DataplexConfig>, IEquatable<DataplexConfig>, IDeepCloneable<DataplexConfig>, IBufferMessage, IMessageSpecifies how metastore metadata should be integrated with the Dataplex service.
Implements
IMessage<DataplexConfig>, IEquatable<DataplexConfig>, IDeepCloneable<DataplexConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.dll
Constructors
DataplexConfig()
public DataplexConfig()DataplexConfig(DataplexConfig)
public DataplexConfig(DataplexConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DataplexConfig |
Properties
LakeResources
public MapField<string, Lake> LakeResources { get; }A reference to the Lake resources that this metastore service is attached
to. The key is the lake resource name. Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
| Property Value | |
|---|---|
| Type | Description |
MapField<String, Lake> |
|