public sealed class DataplexConfig : IMessage<DataplexConfig>, IEquatable<DataplexConfig>, IDeepCloneable<DataplexConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class DataplexConfig.
Specifies how metastore metadata should be integrated with the Dataplex service.
Implements
IMessageDataplexConfig, IEquatableDataplexConfig, IDeepCloneableDataplexConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.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 |
MapFieldstringLake |