Class Lake.Types.Metastore (2.0.0)

public sealed class Metastore : IMessage<Lake.Types.Metastore>, IEquatable<Lake.Types.Metastore>, IDeepCloneable<Lake.Types.Metastore>, IBufferMessage, IMessage

Settings to manage association of Dataproc Metastore with a lake.

Inheritance

Object > Lake.Types.Metastore

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Metastore()

public Metastore()

Metastore(Lake.Types.Metastore)

public Metastore(Lake.Types.Metastore other)
Parameter
NameDescription
otherLake.Types.Metastore

Properties

Service

public string Service { get; set; }

Optional. A relative reference to the Dataproc Metastore (https://cloud.google.com/dataproc-metastore/docs) service associated with the lake: projects/{project_id}/locations/{location_id}/services/{service_id}

Property Value
TypeDescription
String