Class Lake.Types.MetastoreStatus (2.1.0)

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

Status of Lake and Dataproc Metastore service instance association.

Inheritance

Object > Lake.Types.MetastoreStatus

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

MetastoreStatus()

public MetastoreStatus()

MetastoreStatus(Lake.Types.MetastoreStatus)

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

Properties

Endpoint

public string Endpoint { get; set; }

The URI of the endpoint used to access the Metastore service.

Property Value
TypeDescription
String

Message

public string Message { get; set; }

Additional information about the current status.

Property Value
TypeDescription
String

State

public Lake.Types.MetastoreStatus.Types.State State { get; set; }

Current state of association.

Property Value
TypeDescription
Lake.Types.MetastoreStatus.Types.State

UpdateTime

public Timestamp UpdateTime { get; set; }

Last update time of the metastore status of the lake.

Property Value
TypeDescription
Timestamp