Dataproc Metastore v1alpha API - Class DataplexConfig (2.0.0-alpha09)

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

Reference documentation and code samples for the Dataproc Metastore v1alpha API class DataplexConfig.

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
MapFieldstringLake