Class DataplexConfig (1.0.0-alpha04)

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

Specifies how metastore metadata should be integrated with the Dataplex service.

Inheritance

Object > DataplexConfig

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Constructors

DataplexConfig()

public DataplexConfig()

DataplexConfig(DataplexConfig)

public DataplexConfig(DataplexConfig other)
Parameter
NameDescription
otherDataplexConfig

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
TypeDescription
MapField<String, Lake>